Change the Line color above main menu?

Hello, 

There is a light gray line above my main menu. How can I change the color and size of that?

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Please see screen shot: https://snipboard.io/OmLlTj.jpg

    the line above the navigation menu. I would like to change the color of it, and adjust the height of it as well
  • You have to use CSS code, please paste it to the Theme Options > Custom CSS & JS > CSS
    .header-stack #Top_bar .logo{
    border-bottom-color: red !important;
    border-bottom-width: 5px !important;
    }
    Thanks
Sign In or Register to comment.