Forums

[resolved] REMOVE RSS ICON? (2 posts)

  1. mellojoe
    Member
    Posted 4 years ago #

    Can one remove the orange RSS feed icon?

    Since I'm using the RSS Widget, it doesn't have any static code but I'd love to remove that image. Maybe to replace it with something more custom.

    HELP?

  2. mellojoe
    Member
    Posted 4 years ago #

    Just in case anybody else wanted to see this:

    Go to WP-INCLUDES folder.
    Find file WIDGETS.PHP

    Open and Edit. You are looking for this line of code under the function wp_widget_rss:

    <a class='rsswidget' href='$url' title='" . attribute_escape(__('Syndicate this content')) ."'><img style='background:orange;color:white;border:none;' width='14' height='14' src='$icon' alt='RSS' /></a>

    The image is the RSS.PNG file and it is stored in WP-INCLUDES/IMAGES. You can edit the code to replace the icon with one unique to your own, or just change the color, or whatever you need to do.

    It is a simple way to edit the PHP to make it more unique to your own tastes.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags