Color menu with custom links
-
Hello all ??
The page with the menu problem : https://aap17810.fr/
Thème : Zakra (all with elementor).The menu was okay before I had “custom links”.
As you can see, the custom links put the menu title in red (basically color as defined with text has link behind). But I would like to have like the rest of the menu : menu color in white and when I pass the mouse, it became in red.The steps I already done :
I inspected element and the first thing arrive is the css below >>> And I decided to change the red color by the white.
.tg-primary-menu > div ul li:active > a, .tg-primary-menu > div ul > li:not(.tg-header-button-wrap).current_page_item > a, .tg-primary-menu > div ul > li:not(.tg-header-button-wrap).current_page_ancestor > a, .tg-primary-menu > div ul > li:not(.tg-header-button-wrap).current-menu-item > a, .tg-primary-menu > div ul > li:not(.tg-header-button-wrap).current-menu-ancestor > a {
color: #FFFF;
}If I put this code above, unfortunaly, the custom link stays always in white even if I pass the mouse on it. I would prefer to hazmonize all the menu and have white menu and red when I’m on page or when I pass the mouse on the menu.
Do you know if that possible ?
Thanks for help per advance ??The page I need help with: [log in to see the link]
- The topic ‘Color menu with custom links’ is closed to new replies.