Jump to content

AndreaDube

Circle Member
  • Posts

    130
  • Joined

  • Last visited

Everything posted by AndreaDube

  1. Curious if anyone found a solution to this?
  2. Adding to this, I'm looking for the most *client-friendly* tab plugin. I know there are quite a few different versions for sale, but does anyone know which one requires the least amount of coding? Essentially looking for one that will allow clients to add new tabs/content easily.
  3. Try something like: .light, .light-bold, .white, .white-bold {.header-nav a::before { content: ''; position: absolute; bottom: -1px; /* Adjust this value to position the underline */ left: 0; width: 0; height: 2px; /* Adjust this value for the underline thickness */ background-color: #000; /* Adjust this value for the underline color */ transition: width 0.3s ease; /* Animation duration and timing function */ } } .dark, .dark-bold, .black, .black-bold {.header-nav a::before { content: ''; position: absolute; bottom: -1px; /* Adjust this value to position the underline */ left: 0; width: 0; height: 2px; /* Adjust this value for the underline thickness */ background-color: #fff; /* Adjust this value for the underline color */ transition: width 0.3s ease; /* Animation duration and timing function */ } } /* Trigger animation on hover */ .header-nav a:hover::before { width: 100%; }
  4. FWIW, they aren't appearing correctly to me either. I tried Chrome, Safari, and Firefox. I also tried inserting those specific fonts into my own website (along with !important) and it's not working for me either. I've been having really inconsistent results with CSS/fonts since Squarespace's recent fonts overhaul.
  5. I don't have the solution, but please report this issue to customer service - there have been a lot of problems with the code block in Fluid Engine.
  6. You should still be able to use a basic code block - even on a Personal plan. Can you give me the URL and password to view the site?
  7. h3.portfolio-title { font-family: 'MADEDILLAN' !important; } I don't see any buttons?
  8. Insert this into CSS: a.sqs-block-button-element--small.sqs-button-element--tertiary.sqs-block-button-element { background-color: #yourcolor !important; }
  9. I think for 7.0 you have to use the entire URL in folder links. So try https://cardcastle.co/cardbot#cardbot-demo vs /cardbot#cardbot-demo
  10. Try @media screen and (max-width: 833px) { .design-layout-poster .image-card-wrapper { background-color: rgba(0,0,0,.5) !important; } }
  11. hi @bangank36, is there possibly a way to use this solution with buttons? For example, https://www.spivafordcag.com/issues
  12. Try this in CSS: #block-00875c0b0eb68770e2f8 { h2 { margin-bottom: 0; } p.sqsrte-large { margin-top: 0; letter-spacing: 0.02em; } } Adjust the letter-spacing as needed
  13. Hi @scholarsayze, Try: .sqs-block-horizontalrule hr { width: 100%; }
  14. Try: .header-nav .header-nav-item--folder .header-nav-folder-content { min-width: auto; }
  15. Try: .gallery-section .gallery-caption p { text-align: center; }
  16. Try the following for 7.1: // Sticky Product Filter 7.1 // .products.collection-content-wrapper .nested-category-tree-wrapper { position: -webkit-sticky; position: sticky; top: 100px; }
  17. Try this: I simply added the following CSS and it works perfectly: :target:before { content:""; display:block; height:120px; /* fixed header height*/ margin:-120px 0 0; /* negative fixed header height */ }
×
×
  • 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.