Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #664753

    Hi! 2 question:
    1) How do I change the font type for the sub-menu (dropdown menu)? Never mind, I found it.

    2) How do I change the sizes (width & height) of the sub-menu box? How do I assign an individual size to each submenu?

    Thank you in advance!

    #664918

    Hey!

    Try with this CSS codes:

    #top .av-main-nav ul {
        width: 400px;
    }
    
    #top #menu-item-3193 ul{
        width: 600px;
    }

    The first one will affect all submenus and the second one will affect only the submenu of menu item 3193 (you can check menu item id using the web inspector).

    Cheers! 
    Josue

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