Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Remove RRS logo from Wordpress

  • 06-05-2011 12:14AM
    #1
    Registered Users, Registered Users 2 Posts: 1,632 ✭✭✭


    Hi all,
    Just wanted to know if there is a way to remove the RRS box log from the top of my website (http://fighthounds.com)? If I ad a new page the RRS logo blocks it out. Is there a way it can be moved? Any help would be great.


Comments

  • Posts: 793 ✭✭✭ [Deleted User]


    If the template doesn't have an options page in the admin area, you could add a line to your CSS to hide the button.

    Find #navigation #rss in the style.css file (will be in wp-content/themes/<theme name>) and add

    display:none;

    just before the curly bracket. That should do the trick.


  • Registered Users, Registered Users 2 Posts: 1,632 ✭✭✭SuperWoody101


    If the template doesn't have an options page in the admin area, you could add a line to your CSS to hide the button.

    Find #navigation #rss in the style.css file (will be in wp-content/themes/<theme name>) and add

    display:none;

    just before the curly bracket. That should do the trick.

    That did the job, thank you very much mate.


Advertisement