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

    I understand I can change the size, color, etc. by configuring the “Main Menu Sub Level Links” within the Advanced Styling BUT I do not see where I can change the font family and and font style. I would like to use the same font as in the Main Menu but smaller.
    So, how do I change the font style for the sub level links (otherwise known as dropdown menu)

    Also, is there a way change the width of the sub menu? It is wider than I need.

    Thanks, Claudia

    #520650

    Hey cagraphicdesign!

    If your just trying to change the font size then try this CSS.

    nav.main_menu .sub-menu .avia-menu-text { font-size: 12px !important; }
    .av-main-nav ul { width: 150px !important; }
    

    Cheers!
    Elliott

    #520652

    Changing the size is easy. I did that in the advanced styling sections. I want to change the style from the body copy style (open sans) to the heading font which is Oswald. That’s what I need to know.

    Thanks
    Claudia

    #520960

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #520963

    Sorry, I forgot to include it
    http://cttdev2.cagraphicdesign.biz/

    #521302

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    ul.sub-menu li a span.avia-menu-text {
    font-family: Oswald !important;
    }

    Regards,
    Rikard

    #525169

    Thanks! You can close this.

    #525427

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

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