Remove toggle option from Widgets in Homepage (Spun Theme)
-
Hello!
I was wondering if it’s possible to remove the “toggle” option from the homepage in order to see the sidebar widgets. (Click on the + bubble to see widgets)
I want the widgets to be always visible.Thank you in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi there, try this:
/* Displays the widget area */ #secondary { display: block !important; } /* Hides the + bubble */ .sidebar-link { display: none; } -
-
- The topic ‘Remove toggle option from Widgets in Homepage (Spun Theme)’ is closed to new replies.