- This topic has 4 replies, 3 voices, and was last updated 6 days, 17 hours ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Technical Theme Support › STAX Theme › Navigation Menu displaying as rectangles with x’s inside
Tagged: navigation
My navigation menu is displaying as rectangles with x’s inside, I’ve tried to fix this for hours and don’t know what the issue is.
Hi Mario,
Can you please provide a link to your site so we can review this issue?
It’s most likely a font issue. Can you provide an example link you have added to your navigation menu as well?
Thanks!
Thanks for getting back to me so quickly. Its a site wide issue, http://www.atlaticmetalsx.com. It was working for about a year and has stopped, I’ve tried using and older backup version of the site, adding and removing CSS codes, etc etc etc…
I was able to fix the issues by adding this code to the additional CSS:
}
.wp-block-navigation-item__label {
display: inline !important;
}
.wp-block-navigation-item__content::before,
.wp-block-navigation-item__content::after {
display: none !important; /* Hide potential icon placeholders */
content: none !important;
}
BUT I still don’t know what is the main reason for this happening to begin with.
Great to hear Mario! Let us know if you need any more help.