Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #667678

    Hello,

    please, could you help me to get rid of the lines in the menu, marked with an “x” in the picture:

    too many lines in menu

    Thank you so much!
    Indra

    #667683

    try this here first on quick css:

    .html_header_sidebar .logo {
        border-bottom: medium none !important;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a {
        border-bottom: medium none !important;
    }

    i do not realy see if you want to get rid of all lines or only the top and bottom line of navigation
    it would be easier to have a real link to your site because demo site is a bit different on yours: http://kriesi.at/themes/enfold-consulting/ while you have no social link under your navigation

    • This reply was modified 8 years, 3 months ago by Guenni007.
    #667689

    Thank you! Already much better.
    You are right, I would like to have the lines around the social buttons removed as well, since I don’t use them.

    Sozial Button Lines

    The Page is not online, yet, therefore I hope the screenshot does it for now.

    Thank you very much :)
    Indra

    #667694

    To get rid of all borders in that container – > very cool to do that:

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

    this works on that demo site

    #667696

    Wow! Thank you!! So great! and so fast, you are the best.

    #667698

    Hi!

    If that does not help, please post the link to your website
    Glad @guenni007 could help :)


    @guenni007
    Thanks for your help :)

    Regards,
    Yigit

    • This reply was modified 8 years, 3 months ago by Yigit.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I get rid of lines in the menu’ is closed to new replies.