Skip to main content

YOOtheme Menu Cursor Icon without Link

Tutorial 4 and and

To change the cursor display for non-clickable elements in the main menu, go to YOOtheme – Settings – Custom Code and enter the following under CSS/Less:

a:not([href]) { cursor: text; }

Leave a Reply