Changing RSS Icon

Matthew2D

Well-known member
Hello. I changed the rss icons in the correct folder on my ftp, and the icons still show as default. Some one know what the problem is?

Thanks! :)
 
The rss icon is part of the sprite. If you updated and overwrote the sprite using the same position it should be showing. However, if you uploaded a new image you'll need to update the image path and remove the positioning from style properties.

ACP > Appearance > Style Properites > Your Style > Forum/Node List > Tiny Icon
 
No, the footer uses the sprite.

You can override it by adding this to EXTRA.css:
Code:
.footerLinks a.globalFeed {
background: url('path/to/image.png') !important;
}
 
Top Bottom