• Resolved ycarnell

    (@ycarnell)


    Hi all,

    My site is https://www.spatterblog.com and I want to increase the size of the RSS icon located in the top right corner. I removed the wordpress icon by switching the one included in the wp-include file with a custom icon. However, the size is still 14×14.

    I read the codex for creating graphics and it says I need to make that adjustment in sidebar.php, however, when I open sidebar.php in my themes folder, I can’t find any reference to the RSS image source or size. I see it in firebug but nothing in the actual file. I would greatly appreciate any him in resolving this issue.

    Yvette

Viewing 4 replies - 1 through 4 (of 4 total)
  • try looking in your theme’s style.css

    it seem to be coded in the rss widget:
    <img style='background:orange;color:white;border:none;' width='14' height='14' src='https://spatterblog.com/wp-includes/images/rss.png' alt='RSS' />

    Thread Starter ycarnell

    (@ycarnell)

    but when i look in the widgets.php in the admin panel, I can’t locate it.

    Thread Starter ycarnell

    (@ycarnell)

    thanks guys! found it, for some reason my files include two widgets.php folders and I was searching the wrong folder.

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