Archived topic
An unwonten sign "|" in one point in the sub-menu
1 reply · Started by Robert on December 8, 2020
Viewing posts 1–2 of 2
Hi
I have a problem with the sub-menu: I dont know why only in the 3th MENU point "Glywitz...."
on the end is a sign "|" and I cant remove it...
Thx
Robert
Hi there,
Change this part of your Custom CSS:
.main-navigation .main-nav > ul li:nth-child(3) a::after {
content: '|';
margin-left: 40px;
}
to:
.main-navigation .main-nav > ul > li:nth-child(3) a::after {
content: '|';
margin-left: 40px;
}
This archived topic is closed to new replies.