invisible widgets
-
I’m using the SPUN theme and my widgets aren’t shown steadily (you have to click on a “+” sign to display them). I’ve tried to add some rules, but the result is always the same. I would like them to be ALWAYS displaid, whereas they’re hidden and come out only after clicking on this “+” :-( Is there any way to show them constantly or is it impossible using this theme (which I love)??? Thanks – hope I was clear, since I’m not mothertongue…
The blog I need help with is: (visible only to logged in users)
-
Hi there. Sounds like you’ve already been trying CSS? please post your question directly in the CSS customisation forum for info on what code will be needed to make this change (if possible): https://en.forums.wordpress.com/forum/css-customization#postform
-
You will need the custom design upgrade to do this, but you can try it out for free if you go to Appearance > Customize > CSS and copy the code below in to the text area:
.widget-area { display:block; } .sidebar-link { display:none; } -
-
hallluke, you’re right! It works, but not for free :-( I guess I’ll do the upgrade. Thanks anyway for the hint
- The topic ‘invisible widgets’ is closed to new replies.