-
AuthorPosts
-
July 26, 2014 at 2:59 pm #296223
In the Enfold theme, I would like to have my header and menu styled differently. For example, I like all the style settings for the predefined color scheme “Black+White”, but I’d like a black background with white/grey letters for the header color while leaving the main menu’s background color as white with black/grey letters.
Can you help me style the header differently from the menu?
Thanks!
PS – This is my 4th theme to use from Kriesi over the years for different clients, and I will keep coming back. Very cool and creative, and I love the Enfold theme!
July 28, 2014 at 12:37 am #296552OK, from firebug, it looks like the following should change the header’s background color – is this right (placed in the Quick CSS)?
.header_color .header_bg {
background-color: #000000;
}Still looking for the classes of the main menu item – would like for them to be white, with grey hover.
Also, how do I turn the social media bar background to be black with light icons?
- This reply was modified 10 years, 4 months ago by bjconcan.
July 28, 2014 at 1:24 pm #296728Hi!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
then go to Enfold theme options > Advanced Styling and choose to edit “Main menu links” then go to Enfold theme options > General Styling > Header and change “Header background color”Best regards,
YigitJuly 28, 2014 at 9:15 pm #296991Yigit,
Thanks for the reply. I have updated my version of Enfold, and have changed header background color accordingly. I’d still like to have the background of the mega menu have a white background. Is there a way to style the header background and the menu background differently? The black menu background is a little hard to see.
-Bill
July 28, 2014 at 9:26 pm #296996Hey Bill!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #header .avia_mega_div > .sub-menu, #top #header .avia_mega_div > .sub-menu > li > ul > li a, #top #header .avia_mega_div > .sub-menu > li > ul li { background-color: white !important; } ul.sub-menu b { color: black !important; }
Cheers!
YigitJuly 28, 2014 at 9:41 pm #297004Perfect – thanks Yigit!
July 28, 2014 at 9:44 pm #297006 -
AuthorPosts
- The topic ‘CSS for header and mega menus’ is closed to new replies.