Tagged: transparency
Please help,
Option: “Transparency menu color” don’t work in Enfold theme options > Header > Transparency Options
ХВАЛА.
Hey goranmilo!
Thank you for using Enfold.
It’s not working because of this code:
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
color: #ffffff;
}
You can remove that or add this to the Quick CSS field:
#top .header_color.av_header_transparency, #top .header_color.av_header_transparency .phone-info.with_nav span {
color: red !important;
}
Cheers!
Ismael
Does not work. Attached code changes only search button . In which file is the code that I need to delete it?
Goran
Hey Goran!
You need to replace the first code Ismael wrote with the second in Enfold–>General Styling–>Quick CSS
Best regards,
Rikard