• Kenn Chin

    (@kennchin)


    How can I disable RSS feeds and hide RSS icon from BuddyX?

    Thank you. Appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • macaou

    (@macaou)

    Simple CSS Solution

    .rssiconexample {

    display: hide;

    }

    The rssexample has to be of course replaced with the real ID/Class.
    The other method would be to remove the function via php.

    macaou

    (@macaou)

    sorry it’s display: none;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS Feeds’ is closed to new replies.