hi there!
how can i remove the “current item” borders and background color in widget navigations? Please see sidebar or footer on this page.
http://www.urban-homes.de/suchauftrag/
Thanks in advance!
Cheers
Hey!
Try adding this code to the Quick CSS:
#sidebar .menu *, #footer .menu * {
background: transparent !important;
box-shadow: none !important;
font-weight: normal !important;
}
Cheers!
Josue