Tagged: header
Hello guys,
I have a transparent header on the home page, with white fonts (menu and sub menu), its works.
But when i go to another page, the font of the submenu is still white, but i would like it black…
How/where do i change it ?
Ive tried on the advanced settings but it doesnt works..
*This is not a sticky header
Thanks in advance,
Thibault
Hey salvinono,
Thank you for the inquiry.
We may need to inspect the site in order to provide the necessary changes. Please provide the site URL in the private field.
This css code should adjust the color of the submenu items.
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
color: red;
}
Best regards,
Ismael
Thanks dear for your response ! Imma try it : edit : it didnt worked
Link is shared !
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.main_menu ul ul {
background-color: #fff;
}
.av-main-nav ul > li > a {
color: #000;
}
.home .main_menu ul ul {
background-color: transparent;
}
.home .av-main-nav ul > li > a {
color: #fff;
}
Best regards,
Rikard
Hello dear,
Ive tried, still dont work….
Any other idea ?
Thanks in advance