Matt1993 Posted June 23, 2021 Posted June 23, 2021 Site URL: https://www.lovebirdieco.com/ Hello, I am trying to change the style of the promotional pop-up button so that when I hover the subscribe button it changes from black font to white. Thank you.
creedon Posted June 23, 2021 Posted June 23, 2021 Password? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
creedon Posted June 23, 2021 Posted June 23, 2021 (edited) Add the following to Design > Custom CSS. .sqs-slide-wrapper[ data-slide-type = "popup-overlay"] .button-style-outline [ data-compound-type = "popup-overlay-action" ] button[ type = submit ]:hover { color : white; } @media ( min-width : 1px ) and ( max-width : 600px ) { .sqs-slide-wrapper[ data-slide-type = "popup-overlay" ] .sqs-slide-container[ data-slide-type = "popup-overlay" ].overlay-mobile-styles-enabled.button-style-outline [ data-compound-type = "popup-overlay-action" ] button[ type = submit ]:hover { color : white; } } This is for v7.1. Let us know how it goes. Edited June 24, 2021 by creedon version 2 Matt1993 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Matt1993 Posted June 23, 2021 Author Posted June 23, 2021 Amazing!! Thank you so much for your help. creedon 1
Matt1993 Posted June 24, 2021 Author Posted June 24, 2021 Hey Creedon, would you be able to help with the fact that it looks like it fixed the issue, on the desktop version, the mobile version still goes black? Thank you! creedon 1
creedon Posted June 24, 2021 Posted June 24, 2021 I've updated my code post. Matt1993 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
SW_2020 Posted February 1, 2022 Posted February 1, 2022 Hello, can you help me with this code for 7.0?
creedon Posted February 1, 2022 Posted February 1, 2022 @SW_2020 Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
SW_2020 Posted February 2, 2022 Posted February 2, 2022 Web URL https://www.sanderswingo.com/ Thank you
creedon Posted February 2, 2022 Posted February 2, 2022 @SW_2020 Add the following to Design > Custom CSS. .homepage .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"].button-style-outline [data-slice-type="buttons"] a:hover { color : white; } This is for v7.1 using the Brine template family. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment