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

    Hi!

    How do i change the settings for the submenu ?

    Under advanced styling i only find the main menu.

    I use the submenu element under a layerslider to act as the “main menu”

    Thanx!

    #692321

    Hey Paul,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-subnav-menu li a {
        font-size: 14px;
    }
    

    Best regards,
    Yigit

    #692364

    Excellent, thank you!

    How can i change the background and the font color ?

    I want a green background with a white font color.

    Thanx!

    #692445

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-submenu-container * {
        background: transparent;
        color: white;
    }
    #top .av-submenu-container {
        background: green;
    }
    

    Best regards,
    Yigit

    #692448

    Great thank you! Works great, is there any way to add a different color for the menu font on mouse over ?

    Thank you!

    #692464

    Hi,

    Please add following code to Quick CSS as well

    #top .av-subnav-menu li a:hover .avia-menu-text {
        color: orange;
    }

    Best regards,
    Yigit

    #692511

    Thank you!

    #692576

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change size and font of the submenu’ is closed to new replies.