samadi Posted April 28, 2020 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 comment
tuanphan Posted April 28, 2020 Share Posted April 28, 2020 Edit your code to this .sqs-block-button-element:hover { background-color: #dcbb08 !important; color: #000 !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
samadi Posted April 29, 2020 Author Share Posted April 29, 2020 Thank you! This worked a treat! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.