-
AuthorPosts
-
March 17, 2014 at 2:58 pm #238711
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,
TomMarch 18, 2014 at 6:11 pm #239489Hey 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!
YigitMarch 19, 2014 at 10:31 am #239970Thanks 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,
TomMarch 19, 2014 at 2:54 pm #240079Hey!
You can add following code to Quick CSS
.header-scrolled .main_menu .menu li ul a { background-color: red; }Best regards,
YigitMarch 20, 2014 at 12:59 pm #240661This reply has been marked as private.March 20, 2014 at 1:37 pm #240677Hey!
Have you tried flushing browser cache? Background of main menu is transparent on my end http://i.imgur.com/b6ejuN1.jpg
Best regards,
YigitMarch 20, 2014 at 3:03 pm #240713Hi! 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,
TomMarch 20, 2014 at 3:07 pm #240716Hey Tom!
Please add following code to Quick CSS as well
.header-scrolled #header_main { background-color: white!important; }Regards,
YigitMarch 20, 2014 at 3:15 pm #240725Wow so quick!! Thank you, that works perfectly!!!
All the best,
TomMarch 20, 2014 at 3:16 pm #240729 -
AuthorPosts
- The topic ‘how to change background color for mega menu’ is closed to new replies.
