Viewing 2 replies - 1 through 2 (of 2 total)
  • One option would be to edit the theme’s style.css file. Around line 157 you should see this entry:
    #rss-icon { width: 32px; height: 32px; background: url(images/rss32.png) no-repeat 0 0; text-indent: -9999px; margin: 0 auto; display: block; }

    You can modify this to be:
    #rss-icon { width: 32px; height: 32px; background: url(images/rss32.png) no-repeat 0 0; text-indent: -9999px; margin: 0 auto; display: NONE }

    and you will hide the RSS icon

    Thread Starter Cosette

    (@cosette)

    Rachel, that worked beautifully. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Brightpage: Removing the RSS Button’ is closed to new replies.