Hey again,
Sorry for my last message. It is a bit messy to read.
What i ment to say is that;
I want to change the a:hover color of all tags and category box’s. So when you mouseover one of the tag/category box’s the background color changes. For example, I want the background on the boxed categories and tags to change from #00a3ac to #ffffff on mouseover.
I am not an expert css coder but I do have a little experience.
I’ve tried to locate the specific class by using google chrome and Safaris inspect element tool but i cant find find the right class.
I have tried several different class’ but i can’t get it to work.
In the code underneath, it is only color:#00000; that works on mouseover. Background-color:#00a3ac; does not change the background on mouseover.
.colorful-categories a:hover {
background-color:#00a3ac;
color:#000000;
}