Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Remove RRS logo from Wordpress

Options
  • 06-05-2011 12:14am
    #1
    Registered Users 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: 0 [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 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