Remove hover option on one menu item in header menu

Hello, i would like to know if it’s possible to remove the hover function of a menu item in the header menu? i’ve made it so it cannot be clicked and would like to to not have the hover option the other menu items has since it’s only there for dividing the other 2 menu items i have. Kind regards

Hi Tom,

Thank you for writing in, you can add a CLASS for that specific menu item (e.g. no-hover)



Then add this to Theme Options > CSS

.no-hover a {
	background-color: transparent !important;
	box-shadow: none !important;
}

If that did not work, please provide us your site URL where we can see your menu items.

Cheers!

It worked perfectly, thanks for the fast help

You’re welcome.

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