Remove RSS Widget from customized blog
-
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: (visible only to logged in users)
-
It’s built into the theme. Since you have the Custom Design upgrade, you can remove it via CSS editing.
-
-
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; }
- The topic ‘Remove RSS Widget from customized blog’ is closed to new replies.