How can i remove RSS feed on my theme "Headlines"

  • Unknown's avatar

    I want to remove the RSS feed button and posts button on my page ? When i click on the RSS button i only get the XML file does not appear to have any style information associated with it. The document tree is shown below.

    How do i proceed ?

    Best regards

    catherine

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Catherine: The only way to hide this button is to upgrade to Custom Design:

    en.support.wordpress.com/custom-design/

    With the Custom upgrade, you can adjust font faces, font sizes, and the colors on your site. You can also make adjustment’s to the theme designer’s template with CSS code.

    If you choose to upgrade, you can take the following action to hide the RSS feed button:

  • Click Appearance → Customize in your Dashboard.
  • Click CSS in the blue sidebar.
  • Paste the following into the CSS revisions box:

    #rss { display: none; }

  • Save your changes and the button will disappear.
  • I hope this helps! Best wishes to you.