Css code for read more buttons – to get the background colour filled
-
I just need to know the Css code for Goran to change the button background colour from red to a different colour. Thanks. Mike
-
-
Hi there Fresatomica
Yes certainly, the site is http://www.bernadetteflynnauthor.com
Thanks for your help, I just need to get a css code to change the colour of the read more buttons and then it should all be perfect.
Many thanks
Mike -
You can use the following CSS to change the button color:
.featured-page .more-link, .grid .more-link { background: #32a852; }I have chosen the color green (#32a852) at random, but you can change that color “hex code” to any other color by using a tool like this: https://www.google.com/search?q=color+picker
- The topic ‘Css code for read more buttons – to get the background colour filled’ is closed to new replies.