What do you exactly mean?
Do you want to get rid of all the socials in the header?
Appearance -> Customize -> General Settings -> Social Links
uncheck “Social links in the header”
Do you want to get rid just of the rss overall?
Appearance -> Customize -> General Settings -> Social Links
remove the url in the input box below “RSS Feed”
Do you want to keep the rss, just you don’t want it in the header?
.tc-header .icon-feed {
display: none;
}
Hope this helps
The first solution was the answer I needed – discovered it myself by trial and error. Many thanks.
You’re welcome.
Would you mind marking this topic as resolved?