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

    Hi there
    I want to remove the logo area above the menu, or at least reduce it.
    I also want to style the sub menu I added at the bottom of the site exactly like the main menu. I can’t seem to remove the little dividers and I also cant change the font size of the submenu. Please help.
    Thanks.

    #973644

    Hey fabienneBESD,

    Add this to quick css:

    .container.av-logo-container{
    display:none!important;
    }
    
    #top .av-subnav-menu > li > a{
    border-left:none!important;
    }

    Best regards,
    Jordan Shannon

    #973652

    Great thank you!

    We are almost there. I need to remove the bottom border as well and would like the font size the same as the main menu.

    #973668

    Hi,

    Add this to quick css to increase the footer text size:

    #menu-bottom a{
    font-size:20px!important;
    }

    I’m not seeing the border that you’re speaking of.

    Best regards,
    Jordan Shannon

    #973672

    Underneath the bottom menu is this dark horizontal line:

    #973677

    Hi,

    I see. Add this to quick css:

    .av-submenu-container{
    border-bottom:none!important;
    }

    Best regards,
    Jordan Shannon

    #973680

    Amazing work, thank you so much! This topic can be closed now.
    10/10

    #973681

    Hi,

    I’m glad I was able to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘main menu & sub menu Styling’ is closed to new replies.