Question:

Can I use css to make all avatars the same?

by  |  earlier

0 LIKES UnLike

I'm using a script from js-kit.com/comments, which allows me to use css to modify the external script... I want to make all the avatars to each comment the same using css. Here's the html for setting an avatar for a single comment:

<div class="js-singleCommentAvatar"><img src="images/candleclear.png"></div>

Can I make this part of the css or is it impossible?

 Tags:

   Report

1 ANSWERS


  1. If I understood your question good, you can try set this in that CSS:

    .js-singleCommentAvatar img { visibility: hidden; background: url(&#039;AVATARs_URL.jpg&#039;) no-repeat;}

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.