Jump to content

khs123

Circle Member
  • Posts

    44
  • Joined

  • Last visited

Posts posted by khs123

  1. I can't seem to figure out how to get the slideshow on the homepage of www.elasticdance.com to take up 100% of the width of the page.  If I set the slideshow to "full", it cuts off the heads of some of the images.  But if I set it to "simple", I can't get it to take up the full width of the screen.

    I've tried various options found on the forum, but none of them seem to work.

    Thanks!

  2. I'm looking to remove the grey background box from the title/description on a slideshow. I'm successfully changed the font as follows:

    .sqs-gallery-block-slideshow .meta .meta-description p {
      font-family: coldsmith-pro, sans-serif;
      font-size: 2rem !important;
    }

     

    But when I try to remove the background, it doesn't do anything.  I've tried the code below, but it doesn't work:

    .sqs-gallery-block-slideshow .meta .meta-inside {
        background: transparent !important;
      }

     

    747236078_Slideshowdescbackground.png.1a772c06b448e9fe46b62e8005a8cb25.png

    Any help would be appreciated!

     

     

  3. Is it possible to share content across pages?  I need to duplicate a few pieces of copy on 3 different pages, so ideally I'd like to set something up so that if I need to update the copy, I can update it in 1 place and the change propagates through to all the pages that contains the content.

     

  4. Thanks @creedon and @paul2009

    The website is only on a basic plan, so can't use the javascript option unfortunately.

    The transparent option is a good idea, but it doesn't seem to be working.  I can make the entire source transparent using:

    .quote-block .source {
     color: transparent !important;
    }

    However, I've tried both

    .sqs-block-quote .source::first-letter {
     color: transparent !important;
    }

    and

    .quote-block .source::first-letter {
     color: transparent !important;
    }

    but neither of them are picking up the dash. I've also tried using "first-child" instead of "first-letter", but that also didn't work.

    Any other ideas?

  5. If it helps, I've found the easiest way is to add 2 sections and hide one on desktop and one on mobile:

    /*remove section on desktop only*/
    @media screen and (min-width:780px) {
    section[data-section-id="xxxxx"]{
        display: none !important;
    }
    }
    /*remove section on mobile only*/
    @media screen and (max-width:781px) {
    section[data-section-id="xxxxx"] {
        display: none !important;
    }
    }

     

  6. I've used the following code to reduce the size of my 'Add to cart' button:

    .sqs-add-to-cart-button {
        width: 25% !important;
    }

    However, when I click 'Add to cart', the preceding 'Adding', 'Added' and 'Added to cart' buttons are super narrow, so the text can't be read:

    Added.png.ef97c421a048038c20ffcd455210e420.png

    Is there a way to code the button, so it only resizes the initial 'Add to cart', but not the preceding ones?

  7. The padding around the slideshow on my site is fine when I look at it in widescreen, but gets really large when I reduce the width of the browser.  Is there any code that can stop this from happening?

    Site:  https://goby-lychee-bymf.squarespace.com (password: test)

    Thanks

     

     

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