RSS
- The topic ‘RSS’ is closed to new replies.
Need help? Check out our Support site, then
How can I remove the “subscribe RSS” feature at the top of the page?
The blog I need help with is: (visible only to logged in users)
Hi!
Apologies for the delay answering.
Paste this code in custom css:
#header #header-search .rss {
display: none;
}