-
Posts
49 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by badidea
-
Thank you for finding that section ID!!! Below is the updated code I'm using. Now it looks great, perfect, exactly what I wanted, but only when you preview it in the developer console in Chrome. Attaching screenshot. However, in the live, regular, view of the site, it's still showing the section background attaching. Me and ChatGPT have been going at this for hours and nothing seems to work to make that section background transparent at 2560+ in the actual live site 😠body { background-image: url('https://static1.squarespace.com/static/65d14f421e24d15f45e9a66a/t/66e0f177d2fd9a21b7627d95/1726017911292/ps-fw24-splash-v1.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; } @media only screen and (min-width: 2560px) { [data-section-id="66dd3488a9094a10cd3a8c94"] * { background: transparent !important } [data-section-id="66dd3488a9094a10cd3a8c94"] .section-background { display: none !important; } }
- 3 replies
-
- blocks
- background
-
(and 1 more)
Tagged with:
-
I'm attempting to disable the background image applied to the only block on this page for screens over 2k/2560. This is the page https://www.nell.love/ I can't seem to figure out the block ID to target it. I've tried using the Squarespace ID finder and just trying every ID I could find in inspect but can't seem to get it right. I want to do this because the block background feature looks great on 1920/mobile but I've loaded in a custom image in CSS and set it as a background for 2k+ screens. So that's why you can see 2 background images on the larger screens right now. I need to target and disable the block background on the 2k screens. Can you help me figure out the block ID??? Here's my image code u/media (min-width: 2560px) { body { background-image: url('https://static1.squarespace.com/static/65d14f421e24d15f45e9a66a/t/66e0f177d2fd9a21b7627d95/1726017911292/ps-fw24-splash-v1.jpg'); } And the background disable code (with a ID that doesn't work) /* Disable background image on screens larger than 2560px */ @media only screen and (min-width: 2560px) { #yui_3_17_2_1_1725773568462_2208 { background-image: none !important; } }
- 3 replies
-
- blocks
- background
-
(and 1 more)
Tagged with:
-
Just wanted to tell you that you beat out ChatGPT on this one...thanks!
-
I want to have Vimeo videos autoplay in a slideshow gallery block. Any help is much appreciated! Page https://blioux.com/art-direction Sample video
-
- custom-css
- javascript
-
(and 3 more)
Tagged with:
-
Customizing the title overlay in a slideshow gallery block
badidea replied to badidea's topic in Customize with code
-
Wanting to have a page with randomized image on reload
badidea replied to badidea's topic in Customize with code
-
Wanting to have a page with randomized image on reload
badidea replied to badidea's topic in Customize with code
Hi, yes I have the business plan on this site. And yes, displaying the card on the same page as the button would work great! I'm attaching a rough mockup. Thank you!! -
Wanting to have a page with randomized image on reload
badidea posted a topic in Customize with code
I want a user to click a button that takes them to a page that has a randomized image either as a background or in a single image gallery. It is used to simulate a tarot card reading. When you click the button you get a new card that tells your fortune. There are 36 possible cards.