can't hide/remove footer/sidebar toggle
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘can't hide/remove footer/sidebar toggle’ is closed to new replies.