Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #358007

    See this image:

    Figured out the one on the main content…what about the lines on the nav bar?

    • This topic was modified 10 years, 1 month ago by elames.
    #358428

    Hey elames!

    Try adding this to your custom CSS for the menu.

    #header_main_alternate {
        border: 0 none !important;
    }

    Is that a color section your using there? The color sections have an option where you can remove top and bottom border styling. Go ahead and send us a link and we’ll take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    #358497

    No not a color section But good to go. We figured it out.

    What about the menu bar white lines? Any way to get rid of those?
    I tried several custom css but didn’t have any luck.
    Thanks

    Happy Thanksgiving

    #358503

    Hey!

    Please add following code to Quick CSS as well

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

    Regards,
    Yigit

    #358531

    Sorry that did not work

    #358539

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    #358609
    #358745

    Hi!

    Did you mean border in secondary menu? Currently there is no border in your main menu. For secondary menu, please use following code

    .sub_menu li { border: none !important; }

    Regards,
    Yigit

    #359001

    Did you look at this photo?
    You can see the white border lines on the top and bottom of the navigation menu

    • This reply was modified 10 years, 1 month ago by elames.
    #359006

    well the first one i see on your page ; try this:

    #header_main_alternate.container_wrap {
        border-top: 0 none !important;
    }
    #359011

    but i think what makes me feel a bit more confused was the behaviour between 768px and 989px with the area of “normal navigation” – this is white and without your floral background. Did you do something with the mobile behaviour on your custom css ?

    #359022

    Hi!

    Elliott posted custom CSS code after your screenshot so i checked the website and looked for borders. Add following code to Quick CSS

    div#header_main_alternate {
    border: none!important;
    }


    @guenni007
    Thanks as always!

    Cheers!
    Yigit

    #359109

    Thanks Yigit yours did the trick. Solved.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Removing lines on page’ is closed to new replies.