Jump to content

AndyB

Circle Member
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    AndyB reacted to not_so_new in Form button color?   
    Thanks Andy!  That's exactly what I needed.
  2. Like
    AndyB reacted to Swharton24 in I added custom video overlays and hover text but now the videos won't play   
    that was it - thank you!!
  3. Thanks
    AndyB got a reaction from Swharton24 in I added custom video overlays and hover text but now the videos won't play   
    This is likely a problem with not having the pointer-events property set to "none" for overlays that restrict access to clicking on the video. For example, .video-block .intrinsic:after and .gallery-grid-item-wrapper a:after might need pointer-events: none; added to them.
  4. Like
    AndyB reacted to PoppyShotts in How to remove mobile padding on banner slideshow + remove overlay from banner slideshow buttons   
    Thank you so much! This has fixed both issues 🙂
  5. Like
    AndyB got a reaction from tuanphan in How to remove mobile padding on banner slideshow + remove overlay from banner slideshow buttons   
    Hi, Poppy.
    Regarding the "padding" on mobile
    I'm unsure how to change this off the top of my head, but let me tell you what's happening so you know why it looks like there's a lot of padding when viewed on mobile. In short, the container doesn't change size based on the testimonial that is visible.
    If you scroll through the testimonials, you'll notice that the longest one fills the space vertically. So, the site is creating a container tall enough to accommodate the longest testimonial and then placing all of the testimonials in the middle of that container.
    A few suggestions:
    Put the longest first. Doing this will at least make the section look full when first viewed. Make all of the testimonials similar in length. Hide the longest testimonial on mobile. Doing this SHOULD make the container the size of the next longest testimonial.  
    Button Color
    This should help:
    .user-items-list-banner-slideshow__arrow-icon-background-area {
      opacity: 1 !important;
    }
  6. Like
    AndyB got a reaction from tuanphan in Form button color?   
    This should do the trick.
    In Custom CSS:
    form input.button {
        background: #000 !important;
        color: #fff !important;
    }
    ...OR...
    In the page header:
    <style>
    form input.button {
        background: #000 !important;
        color: #fff !important;
      }
    </style>
×
×
  • 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.