Jump to content

Vigasan

Circle Member
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    2

Vigasan last won the day on December 16 2018

Vigasan had the most liked content!

3 Followers

Personal Information

Recent Profile Visitors

3,322 profile views
  1. For the flip effect, there's some great free code here: https://codemyui.com/3d-card-flip-hovering-text/
  2. When you pick a font, it doesn't add any unique identifiers to classes, so it would be difficult to target elements that have specific fonts assigned. I'm fairly sure this won't work on 7.1, but you can give it a shot (I haven't tried yet). https://www.squarewebsites.org/blog/how-to-add-custom-fonts-to-squarespace-site
  3. Yes, that's correct, there was a way on Squarespace 7 (not 7.1) with a lot of code, but it wasn't worth the hassle in my opinion. So for custom fonts, you'll have to right click the text you want to assign a font too, find a class name, and then use CSS to target that class and assign it the font you want.
  4. You can try this code, it's working when I test it. footer{ display: none !important; } .page-section.section-height--small:not(.content-collection):not(.gallery-section):not(.user-items-list-section) { min-height: 100vh !important; }
  5. When you add custom fonts with code, it won't show up in places where you select fonts, you have to use CSS to assign the font manually (like the last line of your code).
  6. That's not going to be just CSS, you'll need to use JS to see how far down a user has scrolled, and then change that specific anchor link color in the menu. In Squarespace 7, some templates could do this as single-page websites but in 7.1 it'll take code. Many jQuery libraries will let you detect when a user is on a specific section (instead of using offset) which will make the code easier to write. Here's a good starting point: https://stackabuse.com/bytes/check-element-visibility-after-scrolling-with-jquery-or-js/
  7. If all code isn't working, it most likely means an unclosed bracket is somewhere. You can try pasting your code into something like ChatGPT and asking to debug for you.
  8. The nav bar code you're using has a height set of 100%, so it's covering the entire screen vertically. I'm sure there are errors in the code used for that but I can't debug since I don't have access to the site. Take a look at your code and make sure everything is closed properly.
  9. Right now your text is copied and pasted from a document, so instead of a space, it's using " ". You can fix this by either manually typing the text out, or you can also try highlighting all the text and try clicking REMOVE FORMATTING.
  10. So what you're asking for wouldn't be possible with just custom CSS. There's a lot of functionality behind how the navigation itself works. You can try using Javascript to append the navigation to the header title instead, but you'd have to use Javascript to also change the text itself.
  11. Do you mean space above and below? There's some margin on the H1 but I would leave that, instead, you can try clicking and dragging the bottom edge of the CODE BLOCK itself so that it's vertically smaller.
  12. That code hides the sections, probably during editing too, so copy that code onto a text file for backup, delete it from the website, then edit the text you want, then put the code back in. You could comment out the code if you know how as well, basically add <!-- at the very beginning and --> at the very end, but a text file might be easier.
  13. Go turn off your sitewide animations. That's one of the first things I do on every client website. https://support.squarespace.com/hc/en-us/articles/360040839591-Site-wide-animations
  14. Like @creedon mentioned above, check your site in safe mode. If it's still happening, then we know it's something on the Squarespace end. If it's fixed, you most likely have an unclosed curly brace somewhere that's messing things up.
  15. There's no padding/margin issue from a styling perspective. That spacing is from the specific font family you're using. If you want it to fit nicely to the very left, your best bet is to use a font-family that doesn't have spacing on both sides of the letters themselves. I tried using code to change the font to another font, and the issue goes away.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.