Xpro - Make certain menu items cursor:pointer in the navbar

HI there

I am working on this site - https://darkknight.dev

I am trying to get the dropdown menus ‘about us’ and ‘customer care’ to be cursor pointer when hovered over with the mouse.

I have tried for a while with CSS and different classes, I can’t seem to get anywhere

Any advice?

Hi @mickster58,

To change it, you can add the code below in Header > CSS

.sub-menu.x-dropdown .x-anchor {
        cursor: default;
}

Hope that helps

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