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

    Hi! My client doesn’t want the typical responsive menu with the horizontal lines which you have to click on it to open the menu. He wants to keep the normal menu on 2 rows. To keep the normal menu and have it on 2 rows, that easy but it has vertical lines separator and once on 2 rows, there is a non useful one on the beginning of the second row (before the 4th menu element), can you help me with that? Thank you!

    #746740

    Hey metamorfic,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width:767px) {
    #menu-item-529 a {
    	border-left:none!important;
    }}
    

    Best regards,
    Vinay

    #746912

    Perfect! Thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove only one menu separator’ is closed to new replies.