Hi,
I would like to remove a text-decoration from my active link in the menu. The problem is, that it is only one item (Menu-item-132 / Search function) i need this to be done with.
I can't figure out how to target it.
www.greatdaneairlines.dk/forside/
Comments
#Top_bar .menu > #menu-item-132 > a::after {It will solve your problem.content:unset !important;
}
Thanks