Close

How to Remove RSS Feed Button?

abc_nopdev
7 years ago
#12856 Quote
Avatar
  • 13
How do I remove the RSS Feed Button that is next to the other social media icons?
ABC Warehouse
Hawthorne Appliance
Mickey Shorr
hristo
7 years ago
#12876 Quote
Avatar
  • Moderator
  • 172
abc_nopdev wrote:
How do I remove the RSS Feed Button that is next to the other social media icons?


Hi,

if you turn the "news" off in your administration, the rss icon will disappear. If you want to have the "news" on, and just to hide the rss icon, you have to hide it with css. Just go to your "custom head styles" panel in your administration and put this code there:

.social-sharing li.rss {
    display: none;
}

Regards
Regards,
Hristo Gospodinov
Nop-Templates.com
abc_nopdev
7 years ago
#12886 Quote
Avatar
  • 13
Thank you!
ABC Warehouse
Hawthorne Appliance
Mickey Shorr