Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #206011

    Hi,

    I’m trying to remove the line that separates the secondary menu of the main menu and I used this code:

    #header_meta {
    border: none;
    box-shadow: none;
    background: none;
    }

    But the line is still there. What can i do?

    Thanks

    #206012

    Hey CloudChoice!

    Please use following code instead

    
    #header_meta { box-shadow: none; }
    #header_main { border-top: none; }

    Cheers!
    Yigit

    #206014

    Hi,

    Thanks. The horizontal line disappear, but the vertical lines keeps.

    Is there other code to remove the vertical lines in menu and in social icons?

    Thank you.

    #206018

    Hey!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li, .sub_menu li { border-right-style: none; }

    Best regards,
    Yigit

    #206021

    Well, what can I say?
    Like a glove again. :)

    THANK YOU.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Line that separates the secondary menu’ is closed to new replies.