Changing the orange hover color
- This topic has 1 reply, 2 voices, and was last updated 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: Color
Hi,
I’m trying to change the orange hover color throught the theme on my website, I’ve been able to change most instances but I can’t seem to change a few places.
1. Breaking news links hover color
2. Back to top button hover color
3. Tags & Categories hover color
Can you help me & point me out to the correct CSS code to add in the custom CSS section to change these?
Thanks.
1. This code for Breaking news links over color:
.top-header .breaking-news:hover a {
color: #f00;
}
2. You can use this code for back to top button hover color:
#button_to_top:hover {
background-color: #f00;
}
3. This code for Tags & Categories hover color
.widget-area ul li:hover > a {
color: #f00;
}
Please let us know if you have any problem. Our team always ready to help you.
Thank you