Lines showing between menu but don’t want to be in submenu
-
I have used the below code and so it is showing me the line in between the menu items however the line of width 1px is also appearing in submenu and I wanted it to be removed from submenu and only want in menu part. How can I do that?
main-navigation .main-nav ul li a::after {
content: “”;
width: 1px;
position: absolute;
top: 18px;
right: 0;
height: 23px;
background: #dddddd;
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.