-
AuthorPosts
-
December 8, 2016 at 11:29 pm #722245
Hi there,
Issue #1
I’ve just changed the layout of my header to put the menu on the right side instead of below, but then the colour of the menu went with it, and i don’t find any option to change this. I basically want the menu part to be white along with the rest of the header – but now it is blue.
Issue #2
I don’t know why, but the titles of the footer on my homepage is not appearing as white but instead some other colour. When i check the backend theme options, it is set to white. And i have nothing overriding this.
My boss wants to launch the site soon, so could you please look into the issue asap?
Thanks a lot.
December 10, 2016 at 4:29 am #722646Hey Enfold — can you guys respond please? My boss has launched the site without my consent, and now everyone is looking at the horrible menu on the header, and the terrible footer section :(
Please help. Thanks!
December 12, 2016 at 9:22 pm #723382Hi,
Sorry for the late response.
Issue #1 Seems to be already fixed, I’m not sure if you want to change the color of the menu item’s background and font color, but if you want to change it you can add this code in Quick CSS (located in Enfold > General Styling):
/* Menu item background color set to blue */ #top #header .main_menu #avia-menu li a { background: #0000ff; } /* Menu item background color when hovered */ #top #header .main_menu #avia-menu li a:hover { background: #0000ff; } /* Menu item font color set to white */ #top #header .main_menu #avia-menu li a span.avia-menu-text { color: #ffffff; } /* Menu item font color when hovered */ #top #header .main_menu #avia-menu li a:hover span.avia-menu-text { color: #00ff00; } /* Search background color set to white */ #top #header .main_menu #avia-menu li.menu-item-search-dropdown a { background: #fff !important; }
I’ve added some comments, just replace the colors as you see fit.
Issue #2 seems like this is fixed also since I can already see the yellow color on titles.
We apologize for the delayed response and I hope this helps.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.