• I’m trying to hide the footer/sidebare toggle (+ sign), have added the following code to my style.css in the child theme:

    #secondary {
    display: block;
    }

    .sidebar-link {
    display: none;
    }
    .widget-area {
    display: block;
    }

    This however is not doing anything.

    Site URL: https://www.dobrowen.no

    All help is very much appreciated!!

Viewing 1 replies (of 1 total)
  • Hey there laurenlavoo,

    If you are looking only to remove the + sign please add the following CSS code to your child theme style.css:

    .sidebar-link {
    display: none;
    }

    This should remove the sign from your pages.

    Happy holidays!

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘can't hide/remove footer/sidebar toggle’ is closed to new replies.