Home Forums WoodMart support forum Remove bordered menu hover effect on select links – how to target?

Remove bordered menu hover effect on select links – how to target?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46098

    aleklisefski
    Participant

    I’m truing to create some menu links that do not appear clickable. I’m using the bordered menu style so wondering how I can target those links via css to remove the hover effect. Is there a class I can add to those links to remove it, or how to I target those via css to remove the hover effect entirely?

    #46131

    Artem Temos
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    Try to add no-hover CSS class to your menu items in Appearance -> Menus and then put the following code snippet to the Custom CSS area in Theme Settings

    .no-hover > a > span:after {
    	display: none;
    }
    
    .no-hover > a {
    	pointer-events: none;
    }

    Kind Regards
    XTemos Studio

Viewing 2 posts - 1 through 2 (of 2 total)