This has happened before - not sure what remedy was -
https://www.swanintegrative.com/
All menu items are showing the downward caret.
CSS to fix or other?
Thanks-
This has happened before - not sure what remedy was -
https://www.swanintegrative.com/
All menu items are showing the downward caret.
CSS to fix or other?
Thanks-
Hello @stonerome,
I checked your site, it seems that the menu is rendering as you set in the WordPress —>Appearance—>menu. I have tested it on the Google Chrome browser version 137.0.7151.69, and it is working fine on my end. I would suggest please you clear your browser cache and recheck to again.
Thanks
Yes - the primary nav should have them, but all the underlying pages have them too. See grab.
Actually - not seeing anywhere to attach a screenshot. If you hover over any of the main nav, you’ll see all the other menu items also have the caret.
Hello @stonerome,
You are having this issue because you have added this custom CSS in the Code > Global CSS:
.x-navbar .desktop .x-nav li>a>span:after {
content: "▼";
margin-left: 0.35em;
font-family: "Helvetica" !important;
}
If you remove this CSS code block, it will be using a caret you have set up in the Theme Options:
Just make sure to enable the Solid Font Awesome:
Best Regards.