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

    Hi,
    I’d like to take out the Navbar gride in the Navigation parts. I have the navigation centert and set the color of the border in white but actually, I have a transparent background on the Navbar and by scrolling down I still can see the with grid. Where can I delet/take it out?

    Thank you
    Btina

    #361182

    Hi Btina!

    Please add following code to Quick CSS

    .av-main-nav > li > a { border: none !important; }

    If that does not help, please post the link to your website

    Cheers!
    Yigit

    #361430

    Hi Yigit
    That helpt but there is still a border on the top of the Navigation.
    The website is not online jet. Shall I give you accsess?

    Thx Btina

    #361434

    Hi!

    Please try adding following code to Quick CSS as well

    div#header_main_alternate {
    border: none!important;
    }

    Regards,
    Yigit

    #361875

    Thank you that worked fine!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘take out/off Navbar gride’ is closed to new replies.