• Resolved Thushara Lakshan

    (@lakshan12)


    I am using Ocean WP which is a great theme. While I am cutomizing the theme, I got this problem. In my main menu there is a top border line. I tried with customizer to find a answer but nothing works. If you can please help me! Thanks..

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, it is because of a plugin that you use, add this css code to fix it:

    #site-navigation-wrap .dropdown-menu {
        border: 0;
        box-shadow: none;
    }
    Thread Starter Thushara Lakshan

    (@lakshan12)

    Thanks dear! It worked. but sorry, there is a another thing. In the top bar menu there is a border around the menu. Any idea to solve it? Thanks!

    Theme Author oceanwp

    (@oceanwp)

    Use this code:

    ul#menu-top-menu {
        border: 0;
        box-shadow: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘In top side of the Main Menu there is a border’ is closed to new replies.