Hi Ismael,
thanks again for your help with the transparency (https://kriesi.at/support/topic/one-custom-background-image-for-all-areas-header-main-footer/#post-238505).
Regarding this one small issue occurred: When the mega menu is active the background of the mega menu is also transparent. How can I change only this background to a specific color?
Thank you in advance!
Kind regards,
Tom
Hey yoginthusiast!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#top #header .avia_mega_div .sub-menu { background: red; }
If that does not work, please post the link to your website
Cheers!
Yigit
Thanks Yigit that worked well!
Is there also an option to just change the background of the main menu if it is minimized (if you scroll down). Otherwise I would like it to be transparent?
Kind regards,
Tom
Hey!
You can add following code to Quick CSS
.header-scrolled .main_menu .menu li ul a { background-color: red; }
Best regards,
Yigit
Hey!
Have you tried flushing browser cache? Background of main menu is transparent on my end http://i.imgur.com/b6ejuN1.jpg
Best regards,
Yigit
Hi! Yes that’s right. But when the main menu is minimized (when scrolling down) it should not be transparent. Instead it should have a color as background.
It should switch from transparent to a specific background when scrolling down.
Best regards,
Tom
Hey Tom!
Please add following code to Quick CSS as well
.header-scrolled #header_main {
background-color: white!important;
}
Regards,
Yigit
Wow so quick!! Thank you, that works perfectly!!!
All the best,
Tom