How do i get rid of the RSS widget on the top right of the blog - I am unable to remove it nor did i place this widget in this position - It looks ugly an dI wish to remove it from the blog
The blog I need help with is redstarresume.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How do i get rid of the RSS widget on the top right of the blog - I am unable to remove it nor did i place this widget in this position - It looks ugly an dI wish to remove it from the blog
The blog I need help with is redstarresume.wordpress.com.
It's built into the theme. Since you have the Custom Design upgrade, you can remove it via CSS editing.
Thank you Justpi ... much appreciated!
I sorted it out
Thanks again for your help
You're welcome, but you didn't remove it, you only disabled the hover list option. To remove it you need to add this in the CSS editor:
.widget_feeds {
display: none;
}
This topic has been closed to new replies.