I created this wordpress theme to carry my graphics blog, but I used the same list image to create my menu as my RSS in the sidebar. The only problem I want to loose the images on the Title "RSS" and the icon. How can this be done? http://www.chriscarvergraphics.com/images/pic1.jpg Below I have included the xhtml i used in coding the list. and the css for the list as well. Any help would be greatly appreciated. The site is athttp://chriscarvergraphics.com HTML
The Doc is right, those two items don't belong in that list. If you can't take them out of the list then just give them a class and remove the styling via that class.
The only problem is that this is a Wordpress theme and the list is coming from a RSS widget. I guess I will need to determine where the widget file is and then edit this directly?
If you are using the default rss widget then you are looking at editing core files which is never a good idea. Perhaps you want to look at using something like this which will give you a lot more control http://wordpress.org/extend/plugins/kb-advanced-rss-widget/
http://www.chriscarvergraphics.com/images/pic1.jpg
Below I have included the xhtml i used in coding the list. and the css for the list as well. Any help would be greatly appreciated.
The site is athttp://chriscarvergraphics.com
HTML
CSS
http://www.chriscarvergraphics.com/images/1pic1.jpg
I mean, logically you just need to remove those items from the <ul>, but it looks like the <ul> starts well before those items.
Are you using WP tag to display that stuff?