Main menu icons missing after update

My main menu icons area all have little boxes right next to the icons that are already there, and those arent even the correct icons. They used to be down arrows. The header also seems to be oddly enlarged and covering some of the page content; although that might be because of the added boxes stretching the text.

This all happened after I updated the the theme tonight. I have cleared the cornerstone cache, and it doesnt fix.

Hi @RLM,

Thanks for writing in! The icons are displayed on my browser:

You probably have a caching issue. Kindly check this out:

Best Regards.

Hi Ruenel!

Actually I fixed this late last night, and I forgot to update this post in time - apologies for that. Unfortunately it was not as simple as a caching issue that I can tell. The solution you see is actually just my custom CSS line that I added to the child theme file:


.x-navbar .desktop .x-nav li > a > span::after {
content: none !important;
}


I found that there is an extra span added after every single menu item - not just the ones with icons. So I am still not sure why this happened, but I think my “band-aid” works.

Hello @rlmills3rd,

It generally happens due to aggressive cache and HTML optimization, glad that things are well for you now.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.