Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Hiding Subscribe to Comments Button (http://forum.bytesforall.com/showthread.php?t=12413)

Peckle Jan 23, 2011 10:04 AM

[SOLVED] Hiding Subscribe to Comments Button
 
I'm trying to hide the comment feed button but the theme option didn't do anything.

Under RSS options, I said no to the 'Show Comment Feed icon?' option.

I did move it to the left sidebar, but I don't see how I can remove only the comment feed icon and not the others.

http://playerxblog.com

lmilesw Jan 23, 2011 04:39 PM

If you use the widget you have to determine the selector for the comment feed icon and use display:none to hide it.

Peckle Jan 23, 2011 08:36 PM

Thanks...how do I do that?

How do I determine the selector and where do I input the display:none ?

Thanks for your help!

lmilesw Jan 23, 2011 08:39 PM

I use Firebug with Firefox. In your case the CSS you would add to ATO>Add HTML/CSS Inserts>CSS Inserts is as follows.
HTML Code:

.comment-text {
display: none;
}


Peckle Jan 23, 2011 09:00 PM

Awesome, thanks!


All times are GMT -6. The time now is 05:40 AM.

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