Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47536

    Hey there,

    I need help to remove the horizontal line under the menu bar. I really don’t know how to figure it out on my own. This is my site zavestno.si.

    Thanks

    #47557
    Sakin
    Keymaster

    @aleks.mavric123: I am not sure which menu border you are talking about. If you are talking about your blue stick menu at the top then you can remove that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #thsp-sticky-header {
        border: none;
    }

    But if you are talking about the main menu then you need to add the following css instead:

    #header #mainmenu,
    #header #mainmenu ul li {
        border-bottom: none;
    }
    #90746
    samabdallah
    Participant

    Yeah I am having the same problem. It doesn’t work when I resize the web browser to phone device size (Responsive Design). I still see white line above the main menu.

    #90774
    Sakin
    Keymaster

    @samabdallah: Can you explain your issue in reference to your site URL. So, that I can check in and suggest you the solution.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove horizontal line under navigation menu bar’ is closed to new replies.