Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #219152

    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/

    • This topic was modified 10 years, 9 months ago by bbuttry.
    • This topic was modified 10 months, 1 week ago by Yigit.
    #219421

    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

    #219727

    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/

    #219744

    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

    #219790

    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.

    #219996
    #220350

    @Yigit

    Thank you!

    #220356

    Hey!

    You are welcome, glad we could help :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header Menu Navigation Bar’ is closed to new replies.