Hi,
I was getting the error in all admin pages and but not on the front end.
I have since deleted and reinstalled and it hasn’t shown since.
Thanks.
-
This reply was modified 6 years, 10 months ago by glasgowj.
I solves this by using the code below, paste it into your custom CSS section:
@media only screen and (min-width:901px) {
.main-navigation li > a:after {
content: '';
}
.main-navigation li > a:only-child:after {
content: "";
}
.main-navigation li li > a:after {
content: ' ?';
position: absolute;
right: 0;
margin-right:15px;
}
}