Arrows for sub menu links not displaying

Hello!

I am experiencing the issues with my header menu. For some reason on two pages on the whole site the sub menu arrows are not showing. Instead there are boxes.

It is just these two pages

https://recco.com/technology
https://recco.com/recco-equipped-gear/

Any ides why? It works well on all the other pages.

Best!

/Tomas

Hi Tomas,

I checked your pages and there is custom CSS added in both of your pages which is conflicting with the sub menu icons, I went ahead and commented the following code to fix the issue:

.x-anchor, .x-anchor-text-primary, .x-anchor-text-secondary, .x-anchor-sub-indicator {
     cubic-bezier(0.4, 0, 0.2, 1);
    font-family: FFMarkWebProBold !important;
}

Please clear your browser’s cache and check your pages again. Cheers!

Hello!

Thank you for the super fast response…it seems to work very well now :slight_smile:

Have a great day!

/Tomas

Glad to hear it’s sorted, Tomas.

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