• Resolved Tunn

    (@iuriem)


    @olivias4w

    Hi, Olivia,

    You can try this with your menu:

    #menubar .sitenav ul li a {
        border-right: none;
    }

    P.S. The livinontheveg.com is a nice website! Good luck! 🙂

Viewing 1 replies (of 1 total)
  • Thread Starter Tunn

    (@iuriem)

    Olivia, you already have the CSS code I suggested above. You just need to correct /change your code from:

    #menubar
    
    .sitenav ul li a{ padding:20px 25px; display:block; 
      color:#222; border-right:none;}

    to:

    #menubar .sitenav ul li a{
    	padding: 20px 25px !important;
    	border-right: none !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘How to remove lines between menu items’ is closed to new replies.