This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
We are currently building two sites using the Xstore theme and on both, we’re having a weird glitch in the navigation where parts of the text are covered by white dots. It looks like part of the letters on each word are erased. Check out the site or the picture below to see what I mean.
“https://imgur.com/jyimGge
Hello,
Go to Theme Options > Custom CSS > find and remove the following code because it was usefull for the demo version with another design but is not ok for you:
.header-wrapper .menu-wrapper .menu>li:not(:first-child)>a:before {
content: " ";
width: 4px;
height: 4px;
border-radius: 50%;
background: #fff;
top: 50%;
left: calc(-0.535em - 25px);
position: absolute;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up