Talisha_S Posted December 2, 2022 Share Posted December 2, 2022 (edited) I've removed the section background on mobile image using the following code: @media screen and (max-width:767px) { [data-section-id="634993d2ea1d0dc070483cf3"] .section-background{ visibility: hidden; } } I'd like the background color for this section to be: #fba85b I've tried just about every background-color combination, but can't figure it out. I had this all worked out but something on SQSP changed and caused a ruckus. Please help! Edited December 2, 2022 by Talisha_S changed color code Link to comment
Beyondspace Posted December 2, 2022 Share Posted December 2, 2022 57 minutes ago, Talisha_S said: I've removed the section background on mobile image using the following code: @media screen and (max-width:767px) { [data-section-id="634993d2ea1d0dc070483cf3"] .section-background{ visibility: hidden; } } I'd like the background color for this section to be: #fba85b I've tried just about every background-color combination, but can't figure it out. I had this all worked out but something on SQSP changed and caused a ruckus. Please help! We can achieve it by using Css code Can you share your site with the protected password so I can take a look? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Solution tuanphan Posted December 4, 2022 Solution Share Posted December 4, 2022 Try some code like this @media screen and (max-width:767px) { [data-section-id="634993d2ea1d0dc070483cf3"] { .section-background { visibility: hidden; } &, .section-border { background-color: #f1f !important; }}} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Talisha_S Posted December 14, 2022 Author Share Posted December 14, 2022 @Beyondspace absolutely! My site is public www.lashappeal.pro Can't wait to hear your thoughts! Link to comment
Talisha_S Posted December 14, 2022 Author Share Posted December 14, 2022 On 12/3/2022 at 11:25 PM, tuanphan said: Try some code like this @media screen and (max-width:767px) { [data-section-id="634993d2ea1d0dc070483cf3"] { .section-background { visibility: hidden; } &, .section-border { background-color: #f1f !important; }}} Thanks a million @tuanphan This is precisely what I needed! Link to comment
P_O Posted December 21, 2022 Share Posted December 21, 2022 On 12/2/2022 at 4:20 AM, Talisha_S said: I've removed the section background on mobile image using the following code: @media screen and (max-width:767px) { [data-section-id="634993d2ea1d0dc070483cf3"] .section-background{ visibility: hidden; } } I'd like the background color for this section to be: #fba85b I've tried just about every background-color combination, but can't figure it out. I had this all worked out but something on SQSP changed and caused a ruckus. Please help! Hi,your website looks amazing now. May I ask, how did you manage to select different sections and then change their background colors? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment