Spun Theme – Widget extention

  • Unknown's avatar

    Hi, I am using the Spun Theme and down the bottom it has a plus sign to extend out the widgets – I am afraid people are missing this and not being able to find my widgets. Is there a CSS code I can put in to get rid of this plus sign and have my widgets permanently showing on my home page
    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Sure. This will hide the plus sign and display the widget area permanently:

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

    Let mem know if it works!

  • The topic ‘Spun Theme – Widget extention’ is closed to new replies.