Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #344314

    How do we remove the top and bottom border above and below the menu?

    It the horizontal white line in the page below.

    Thanks!

    #344371

    Hi koala!

    Add the following code to Quick CSS or custom.css

    #header_main_alternate,#header_main{
    
    border:none !important;
    
    }

    Regards,
    Arvish

    #344383
    This reply has been marked as private.
    #344391

    Hey!

    Add this to Quick CSS or custom.css

    #top #header .av-main-nav > li > a {
        height: 50px !important;
    }

    Tweek the value of height to your specifications.

    Regards,
    Arvish

    #344392

    Hi!

    Also add the following to increase the distance between the menu and the slider:

    #main{
        margin-top: 10px !important;
    }

    Tweek the value of margin-top to your specifications.
    Cheers!
    Arvish

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