Shan1234 Posted November 17, 2022 Share Posted November 17, 2022 How can I change the background color of the circles with the arrows on the carousel banner just for mobile? On only this specific banner slideshow of my page (I have two sections with a carousel banner but only want to affect one). This is the block id of the carousel slideshow I want to edit the buttons of: section[data-section-id="636036c5ceb573281250fd2e"] The buttons are currently shown in the nude color (see screenshot) but I want to change them to #1B233D and the arrow color to #FFF4E8. Just for mobile please 🙂 max size: 640px Link to comment
Beyondspace Posted November 17, 2022 Share Posted November 17, 2022 20 minutes ago, Shan1234 said: How can I change the background color of the circles with the arrows on the carousel banner just for mobile? On only this specific banner slideshow of my page (I have two sections with a carousel banner but only want to affect one). This is the block id of the carousel slideshow I want to edit the buttons of: section[data-section-id="636036c5ceb573281250fd2e"] The buttons are currently shown in the nude color (see screenshot) but I want to change them to #1B233D and the arrow color to #FFF4E8. Just for mobile please 🙂 max size: 640px Can you share your site with the protected password so I can take a look? Shan1234 1 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
Shan1234 Posted November 18, 2022 Author Share Posted November 18, 2022 Thank you! Here is the link: https://grape-coconut-ph27.squarespace.com/home-final Link to comment
Beyondspace Posted November 18, 2022 Share Posted November 18, 2022 Can you check the URL again? Shan1234 1 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
Ziggy Posted November 18, 2022 Share Posted November 18, 2022 Try this code, it will apply to all list item arrows on mobile, so will work better if you can pinpoint which page and section this is on: @media only screen and (max-width:768px) { .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-background { background-color:#1B233D; } .user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-foreground { stroke:#FFF4E8; } } Let me know if that works for you! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? 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