Tagged: header menu
I am using the Enfold template and would like to know how to accomplish the following:
Create a navigation bar at time with background color, text size, hover color, and font style.
http://postimg.org/image/tggg6cqrn/
Hi bbuttry!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; background-color: red; }
.header_color .main_menu ul:first-child > li > a { color: white; background-color: orange; }
Regards,
Yigit
Thank you! I love this template. One more thing…is it possible to adjust the height of the menu? I am using the Fixed header with social icons and navigation.
http://postimg.org/image/kk4f36tnv/
Hey!
You can add following code to Quick CSS as well
.main_menu ul:first-child > li > a { height: 40px!important; line-height: 40px!important; margin-top: 65px; }
.header-scrolled .main_menu ul:first-child > li > a { margin-top: 0; }
Cheers!
Yigit
We have integrated Enfold theme and the Slide Out menu is not showing on iPad portrait Mode (Max-width: 989px) . Can you please check : http://sol8beta.com/xowindows/ and let us know what is causing the issue.
Hey!
@kaslam311 Please see http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
Best regards,
Yigit
Thank you!