Reply To: Changing the orange hover color

#4371
Theme Century
Keymaster

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