Site logo

Archived topic

How to change hover colour

5 replies · Started by Tania on February 23, 2021

Viewing posts 1–6 of 6

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.

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

This archived topic is closed to new replies.