Site logo

Archived topic

Hover/Link Color in Navigation Menu Widget

1 reply · Started by Jordan on March 8, 2021

Viewing posts 1–2 of 2

See my site link below:

I've specified hover colors for the footers as blue using the customizer/colors/footer/footer widgets setting but the hovered links remain green not blue or any other color set here. I don't believe there is any other CSS causing the green color. How can I change this hover color in the footer widgets without affecting the main header navigation colors?

Thanks
Jordan

Hi there,

the links hover color are getting their styles from the Elementor global color - the one titled accent.

If you cannot change that then you would need to use some CSS:

.footer-widgets .footer-widgets-container a:hover {
    color: #ffffff; /* Set your color */
}
This archived topic is closed to new replies.