Jump to content

khs123

Circle Member
  • Posts

    44
  • Joined

  • Last visited

Everything 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. @bangank36 or @tuanphan - any ideas on how this could be done? I've also got hundreds of events I need to import into a new site.
  3. Yes, @bangank36 solved it for me - #block-yui_3_17_2_1_1645099389254_2411 .meta { background-color: transparent; }
  4. @bangank36 I have DM'd you my site password, thanks
  5. 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; } Any help would be appreciated!
  6. I used this on my site: .newsletter-form-header-description { display: none; }
  7. 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.
  8. @paul2009 - I'm using Firefox. I've just tried it on Safari, and it did indeed work, so thank you. Frustrating that Firefox doesn't seem to recognise it, but hey ho.
  9. 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?
  10. https://icosahedron-chipmunk-8chf.squarespace.com The pages aren't enabled, as I have a holding page up, so I can't give access to the pages without enabling the pages. Guess you should be able to see the stylesheet though?
  11. How do I remove the dash in front of the blockquote source? Thanks
  12. I've realised you can set this via the Product Format popup (Form Width value), so am no longer using css. Thanks though.
  13. Did you ever figure out how to do this? I'd like to have the option to "subscribe to my mailing list" within a product description, so I'd need the URL to add as a link to the text. @tuanphan Do you happen to know how to do this?
  14. 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; } }
  15. 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: Is there a way to code the button, so it only resizes the initial 'Add to cart', but not the preceding ones?
  16. Ah, shame. Thanks for letting me know.
  17. Is it possible to have multiple lock screens to use on different pages?
  18. @tuanphan It is when I don't have my desktop browser at full width: So it's not a specific screen size as such.
  19. 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
  20. If you click on the edit icon of the social block, click on the Design tab in the popup and you can edit the social icons to be solid that way:
  21. Try this: /*centralise logo for mobile*/ @media screen and (max-width:767px) { .header-title-logo { text-align: center; margin-left: 50px; } }
  22. @bunj Did you ever figure this out? I'm also suffering with the same issue. Thanks
  23. I actually ended up setting a different footer for desktop and mobile, as per: So all sorted, 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.