Button colors

Posted in: Newspaper
Post count: 494

Hi,

Is there any way to customize buttons colors, mostly the hover one?
I’ve tried many things (standard Gutenberg button, Spectra one, even your old fashioned Classic one) and CSS (I’m not a developper) but the hover color remains “dark”.
Is there a reliable plugin you would recommend? Or some CSS for the Gutenberg buttons?
Here is my test post: https://www.mondeoz.com/equipement-voyage/vetement-voyage/

Thanks for your help!

Post count: 21065

Hello @meri!

Unfortunately, there is no option for the hover color. Also, we did not test any extra plugin in order to change the hover color easily.
A workaround there could be to add a custom CSS code in the Newspaper -> Theme panel -> Custom code -> Custom CSS, Save changes:


.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
background-color: red!important;}

You need to change only the color from the code above.

Let me know the results!

Thank you!

Post count: 494

Hi @Bettina,

Works for me, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.