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] How to remove RSS and comment feed from BFA Subscriptions widget (http://forum.bytesforall.com/showthread.php?t=17219)

smilingdog Apr 5, 2012 09:43 AM

[SOLVED] How to remove RSS and comment feed from BFA Subscriptions widget
 
I am using the BFA Subscribe widget to offer email subscriptions via Feedburner - works great. But is there any way to remove the RSS and comment feed icons? And is it possible to use a custom icon instead of the BFA "envelope" icon?
http://www.themeaningofpie.com/

lmilesw Apr 5, 2012 11:17 AM

You can use CSS to not display those icons but since you want to change the envelope icon as well why not just use your own code in a widget?

smilingdog Apr 5, 2012 11:37 AM

Thanks Larry. I guess I need to tackle the first thing first as I'm not proficient in CSS.

smilingdog Apr 5, 2012 12:01 PM

I've gotten this far Appearance > Editor > bfa_subscribe.php
But I'm cautious about changing or deleting any code. Can you tell me if I'm on the right track? Thanks

lmilesw Apr 5, 2012 12:21 PM

You don't need to, and shouldn't, edit the theme files. You can grab the code from your Feedburner account and then put it in the text widget which you put in your sidebar.

smilingdog Apr 5, 2012 12:49 PM

Quote:

Originally Posted by lmilesw (Post 83144)
You can use CSS to not display those icons but since you want to change the envelope icon as well why not just use your own code in a widget?

Quote:

Originally Posted by smilingdog (Post 83147)
Thanks Larry. I guess I need to tackle the first thing first as I'm not proficient in CSS.

Sorry Larry, I'm still confused. Let's just tackle the RSS icons. I'm ok with the email subscription, and the icon for now, and it's already set up with feedburner.
I just want to eliminate the RSS icon and the comment icon.

juggledad Apr 5, 2012 01:07 PM

HTML Code:

.post-text img {display: none;}
.comment-text img {display: none;}


smilingdog Apr 5, 2012 04:08 PM

Thanks so much, JD. Cheers, Val :)


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

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