Archived topic
How to remove the transparency effect in the MENU
1 reply · Started by Robert on March 17, 2020
Viewing posts 1–2 of 2
Hi
I have a problem with the MENU on: http://www.grenas.pl/
- the MENU is white but if I move the cursor over the MENU, for expl: HOME
then all other links they change and going to be more transparent
How can I remove this transparency effect?
Kr
Robert
Hi there,
in look for this CSS in Customizer > Additional CSS and remove it:
.main-navigation ul:hover li:not(:hover) a {
opacity: 0.5;
transition: opacity 0.3s;
}
This archived topic is closed to new replies.