Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   [SOLVED] CSS help needed for RSS feeds (http://forum.bytesforall.com/showthread.php?t=15217)

Cheers Aug 26, 2011 06:31 AM

[SOLVED] CSS help needed for RSS feeds
 
I just read a forum post where someone wanted to change the BFA RSS feeds widget to exclude some of the feeds. It was suggested that some of the features could be eliminated by adding CSS to the CSS/html field in Atahualpa.

I would like to use the BFA Widget but would like to get rid of the "Comments" feed. I would like to keep the email feed and rss feed. Could someone please, pretty please, show me the CSS coding necessary to exterminate the comments feed???

Assistance very much appreciated.

lmilesw Aug 26, 2011 06:47 AM

This is where Firebug comes in. I just looked at the comment section of the widget in Firebug and saw the selector was a class of comment-text. Thus the CSS you would use in CSS Inserts is.
HTML Code:

.comment-text {
    display: none;
}


Cheers Aug 26, 2011 07:00 AM

You guys are absolute Geniuses! I don't know what we would do without you. I've been using firefly for about a year now and I have to confess that I am a firefly ultra-novice. Much to learn.

Thanks very, very much. :):):):)

Oh! Incidentally, that worked PERFECTLY!!


All times are GMT -6. The time now is 02:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.