Hi there, do you want the background or the text color to change.Also do you want only the hover state?
Hi Fotis,
The text color. For example, if I hover over anything clickable, I would like it to be that greenish color.
For the search bar, I can just keep the code as it is, as I like the way it looks already using the code I found on another thread.
For ‘continue reading’ currently ‘continue reading’ is gold and when you hover over it, the border comes up in gold, and the text turns to black. I would like it to be greenish and when you hover over it, for the border to come up in that same greenish color.
If possible, even the social media icons that can be clicked should ideally be that same greenish color.
Thank you!
Hi Mimoomoo22,
The gold color is actually B49543.
Look up this color in your style.css
Find this code for the gold text:
a:hover, a:focus {
color: #b49543;
outline: none;
text-decoration: none;
There are 9 items that use the color, you can these these all in the same style.css.
Hi the spot,
I changed from b49543 to 99e670 in all the 9 places but after updating the file, nothing changed on my website 🙁
It is working for me… (https://postimg.org/image/3s9iro90x/)
try to clear your cache, please.
Hi there
@thespot was quick and efficient! Great Job! Glad you worked this out