Image size in smart list

Posted in: Newsmag
Post count: 6

Hi, is there any easy way to increase image size in smart list 3 ? If not how can I do it ( please use as more details as you can about the process)
Thank you

Post count: 6

Also how can I change the color of read more button and the color of the icon that shows the number of comments.

Post count: 55

For Comment Icon edit you style.css on Line #7178 —>
.td-module-comments {
background-color: #you color code;
………
…..
}

Post count: 7909

Hi,

Please follow this for smart list image resize: https://forum.tagdiv.com/topic/change-image-size-smart-list-3/

To change background of “read more” button and comment’s icon use this css: http://screencast.com/t/YOl7cx6zA

.td-read-more a{
background-color:red;
}
.td-module-comments{
background-color:blue;
}

Thanks!

Post count: 6

thank you very much, everything worked perfect!!

  • This reply was modified 11 years by kostas.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.