Home › Forums › WordPress Themes – Premium › Encounters › Changeimage size when posts viewed in a category › Reply To: Changeimage size when posts viewed in a category
Hi Julie, To make the image large on front page and small on category pages you should put the following css into your child theme css files.
body.category .category-blog img { width:60%; }
Thanks.
Lost Password?