Adding 'Thumbs Up' Icon next to LIKE

Dante_B

Active member
Has anyone added a thumbs up image right next to their LIKE link/button? If so got examples and what to do to accomplish this goal?
 
and if you don't want to purchase the full add-on, this is what I've got in mine (using Shelley's images)

like.webp

EXTRA.css

Code:
/* LIKE ENHANCEMENTS */
.message .likesSummary {
  background: url("@imagePath/xenforo/gradients/liked-grad.png") repeat-x scroll center bottom #F6F6F6
}
 
.message .LikeText {
  background: url('styles/default/xenforo/thumb_up.png') no-repeat 5px 50%;
  padding: 2px 2px 2px 25px;
}
/* END LIKE ENHANCEMENTS */
 

Attachments

  • liked-grad.webp
    liked-grad.webp
    354 bytes · Views: 3
  • thumb_up.webp
    thumb_up.webp
    434 bytes · Views: 2
Top Bottom