Change text color when the mouse is over a Categories title
- The topic ‘Change text color when the mouse is over a Categories title’ is closed to new replies.
Need help? Check out our Support site, then
Hi again
Hope you’re having a good week.
I noticed that when I put my mouse over an articles title it changes to orange, how can I change that color?
cheers!
Anna
The blog I need help with is: (visible only to logged in users)
Hi Anna – you should be able to change that with:
a:visited, a.dark:hover, a.dark:active {
color: #000000;
}
You can pick a colour here: https://prothemedesign.com/tools/color-picker/
Thanks – Ben
Hey Ben
That didn’t work for me, is there another CSS that could work?
It’s for the titles of post’s which are linked to category page’s
cheers!
:)
Is this any better:
a:hover, a:active, .summary-main .summary:nth-of-type(1) a.dark:hover, .summary-main .summary:nth-of-type(1) a.dark:active {
color: #000000;
}
That one didn’t work either, I added !important; too but it didn’t help
Sorry – I missed your reply. Is this still a problem?
I seem to be trying to fix the wrong thing so could you give me a screenshot of the issue so I can make sure I’m changing the right thing please?
There’s info on how to take a screenshot here:
https://wordpress.com/support/make-a-screenshot/
Thanks – Ben
Hey the first CSS you sent worked, it was my fault that I put it too far down the Style Sheet.
I put it further up the top and it’s working :)
Thanks!
Ah ha. Great! Glad you worked it out! :)