remove widgets from home page
- The topic ‘remove widgets from home page’ is closed to new replies.
Need help? Check out our Support site, then
Hi I want ot set my site up as a website not a blog. how do I remove the archive and meta widgets from the home page?
I am using the currents theme – do i have tu upgrade to be able to customise it more?
Thankyou
Tess
The blog I need help with is: (visible only to logged in users)
Hi Tess,
You should be able to place a blank text widget in your sidebar to remove the default widgets.
Otherwise you’ll need the Custom CSS upgrade to hide anything you would like to remove (besides the options available to you from your theme’s options page, widget options, etc.).
http://en.wordpress.com/products/custom-css/
Kind Regards,
Scott
Will I be able to remove the subscribe to RSS link using the custom CSS?
Hey Tess,
Yup, you could do so with this:
#header .rss {
display: none !important;
}
Kind Regards,
Scott