Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #357454

    Hi,

    How can I remove the top border of the main menu?

    I have tried:

    .container_wrap {
    border-top: none;
    }

    But doesn’t seem to do it…

    I would like to remove the top border of the menu (grey color), which is just below our banner (black color). Please see attached website.

    #357571

    Hey changegroup!

    Please add following code to Quick CSS

    div#header_meta {
    border: none!important;
    }

    Regards,
    Yigit

    #386126

    Thank you! This is now fixed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove/hide menu top border’ is closed to new replies.