Hover colour button CSS
- The topic ‘Hover colour button CSS’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
Could someone please tell me the coding to put in customiser to change the standard yellow colour when I hover over the buttons?
Thank you.
http://www.highlandsmarthomes.co.uk
http://www.isight-ltd.co.uk
The blog I need help with is: (visible only to logged in users)
Hello,
Sure, just add the following CSS:
a.wp-block-button__link:hover {
background: #000 !important;
}
Make sure you change the hex code (#000000) to match the color of your choice.
I hope this helps.
Thanks!