Is it possible to add an image before the "Add to Favourites" text which changes colour depending on whether the post is a favourite?
Is it possible to add an image before the "Add to Favourites" text which changes colour depending on whether the post is a favourite?
Yes you can add image with using CSS like that;
.wpfp-link { background: url('yourimage.jpg'); padding-left:15px; }
With last version you can do this via admin panel
This topic has been closed to new replies.