Is it possible to remove the RSS feed icon in the header. I want to keep Twitter and Facebook and have entered the links in the fields in the Angular setup but even if I leave the RSS field blank the icon is still showing?
How to remove RSS feed icon in header
4 posts from 4 voices-
Posted 8 months ago #
-
Hi,
Add this to your custom.css or Quick CSS:
.social_bookmarks .rss { dislay:none; }Regards,
MyaPosted 8 months ago # -
Hello Mya,
I apply your code to Quick CSS but RSS is still present.
Please advise
Regards
Posted 7 months ago # -
Hi!
Try following code instead:
.social_bookmarks .rss { dislay:none !important; }Regards,
PeterPosted 7 months ago #
Reply
You must log in to post.














