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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Remove RRS logo from Wordpress

  • 05-05-2011 11:14pm
    #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: 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, 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