Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #829096

    https://s22.postimg.org/lf4p0jgz5/billede_af_dropdownmenu.png

    I don’t really know, how I made my main menu, but now, I want to make my dropdown menu work the same way.
    My mainmenu just increases the text on hover
    In my dropdown menu I also want that to happen. No white block just the text beeing lager.
    Can you help me?
    I know, I put some CSS to make the main menu it says:

    /* color of active menu item */
    .header_color .main_menu ul:first-child > li.current_page_item > a { color:  #affffff; font-size: 16px; font-style: bold; } 
    • This topic was modified 7 years, 4 months ago by Yigit. Reason: Fixed HTML
    #829107

    Hi emfutte!

    Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links ” and make sure to check “Apply only to mouse hover state”

    Best regards,
    Yigit

    #829120

    Thank you soooo much. I just miss the oppotunity to make the text bold on hover…

    #829132

    Hi,

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

    #top #wrap_all .av-main-nav ul > li:hover > a {
        font-weight: bold;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #829150

    It works and looks beautifull – you’re the best!!!

    #829156

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Dropdownmenu’ is closed to new replies.