• Hi,

    I had an RSS button that came with my Theme which is Eximius. I added social media buttons to the top of my site, which brought the RSS button down to where the Search field magnifying glass is. I found some RSS code in my style.css and header.php, but I am not sure which line to take out to get rid of the RSS picture. My site is at AbundantIdeas.com

Viewing 1 replies (of 1 total)
  • While you can modify the theme files, remember that when you update the theme, your changes will be overwritten. The best idea is to create a child theme, based on your current theme (https://codex.www.ads-software.com/Child_Themes) – in the child theme, you would make a copy of header.php and make the required changes.

    That said, the change that you most likely want to make is in header.php, removing the following:

    <div class="rss">
     	<a href="https://www.abundantideas.com/feed" class="rssicon" title="RSS"></a>
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Remove RSS Picture from Site’ is closed to new replies.