Jump to content

AndreaDube

Circle Member
  • Posts

    130
  • Joined

  • Last visited

Personal Information

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  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
×
×
  • 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.