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

    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

    #250645

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.