Broken Menu Arrow after update
We just updated a site to v26.1 and now our mega menu arrow for subs is no longer displaying.
We found issue: for some reason betheme is adding this style somewhere.
.menuo-arrows #Top_bar .menu > li.submenu > a > span::after {
content: unset !important;
}
To fix we added this to our custom CSS:
/* Fix broken menu arrow */
.menuo-arrows #Top_bar .menu > li.submenu > a > span::after {
content: "" !important;
}
Hope this helps anyone else having same issue!
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks