Post Like without text

  • Thread starter Thread starter bogus
  • Start date Start date
Based on the instructions in that thread, a simple method is to make the text transparent by adding this to EXTRA.css:

Code:
a.LikeLink
{
	color: transparent;
}

The image will still show.
 
Top Bottom