samadi 0 Share Posted April 28, 2020 Site URL: https://www.samadihealing.com/ Hi There :) I added this piece of code in the CCS window to change the colour of buttons when the cursor is hovering over them .sqs-block-button-element:hover { background-color: #ffffff;//button color// color: #000000;//button font color// } Ive made sure to save the changes. It works fine while the design window is open but as soon as I navigate to another page the changes disappear. Any help would be appreciated :) Link to post
0 tuanphan 8,952 Solution Share Posted April 28, 2020 Edit your code to this .sqs-block-button-element:hover { background-color: #dcbb08 !important; color: #000 !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
samadi 0
Site URL: https://www.samadihealing.com/
Hi There :)
I added this piece of code in the CCS window to change the colour of buttons when the cursor is hovering over them
.sqs-block-button-element:hover { background-color: #ffffff;//button color// color: #000000;//button font color// }
Ive made sure to save the changes. It works fine while the design window is open but as soon as I navigate to another page the changes disappear.
Any help would be appreciated :)
Link to post
Top Posters For This Question
2
1
Popular Days
Apr 28
2
Apr 29
1
Top Posters For This Question
samadi 2 posts
tuanphan 1 post
Popular Days
Apr 28 2020
2 posts
Apr 29 2020
1 post
Posted Images
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment