Archived topic
How to change hover colour
5 replies · Started by Tania on February 23, 2021
I have phone number in orange as a clickable link in main navigation that is sticky.
When I hover on the orange phone link it shows blue colour.
How can I change blue into green colour?
I have added CSS in customiser that gives orange colour....but what is the CSS for link colour/hover colour?
Please have a look at it.
Thanks a lot.
Hi there,
Can you check on Appearance > Customize > Colors > Body and check the link hover value?
More about customizer's Color setting here:
https://docs.generatepress.com/article/colors-overview/
Awesome! it is done. Just changed blue to green there.
Thanks a lot. You are a star!
Note: This particular setting affects ALL links that are not specifically styled.
If you must specifically style the only link on your main navigation, you may have to use custom CSS.
Example:
.inside-navigation .sticky-phone a:hover {
color: green;
}
No problem. :D
Thanks a lot.
No problem. Glad to be of any help. :D