How to change a text-link into an icon-link

Hilmer

Active member
I will like to change the small "Like" from the XFR-useralbum into a small icon and then move it to the opposite site.

Any suggestion?

All the best
Morten

like copy.webp
 
If you find the phrase then you can change the text to an image:

Admin CP -> Appearance -> Search Phrases

This is an HTML img tag:

Code:
<img src="path/to/like.gif" />

The alignment can probably be changed with CSS. Can you post the URL to the page?
 
Top Bottom