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; }
You must log in to post.