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

    Hi!
    How can I get the Fullwidth Sub Menu and his submenus having their own font and in bold?
    Thanks for your help
    Peter

    #395825

    Hey Peter!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top .av-subnav-menu li a {
    font-weight: bold!important;
    font-family: georgia;
    }

    Regards,
    Yigit

    #395937

    Hey Yigit!
    This was working.
    However, my Megamenu on the left of this screenshot and the Fullwidthmenu on the right do not match in style.

    http://gyazo.com/efeafe1c10bf89e0d7c1439d84b4542d

    Is there a way to have the Megamenu also in the Fullwidth Submenu integrated?
    I have the paid version of Megamenu 2.0.4 with its “Skin Options”.

    Thanks for your help
    Peter

    • This reply was modified 9 years, 1 month ago by pegasso4444.
    #396393

    Hi!

    can you give us a link to your website showing the menu? would be much easier to provide you some code. However try this:

    #top .main_menu .menu li ul a { 
    font-weight: bold!important;
    font-family: georgia;
    }
    

    Cheers!
    Andy

    #396473
    This reply has been marked as private.
    #397232

    Hi!

    Please try the following in Quick CSS:

    #mega_main_menu.avia ul li .mega_dropdown > li > .item_link .link_text {
    font-family: Georgia, 'Arial' !important;
    font-weight: 700 !important;
    }
    

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.