Home Forums Theme support Menu nad lines

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Hi. I have only one question. How to delete vertical lines on the left side and the right side of the menu (marked in red). It’s celano template.

    http://postimg.org/image/d4tj6cb2p/

    Hi,

    you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    #menu-main_container,#social_1_container {
    border-left-style: none !important;
    border-left-width: 0 !important;
    }

    This code should remove the border…

    You’re the best as always! Thank you! 🙂

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.