# CSS code that adjusts only one image size among category logo images

**URL:** https://meta.discourse.org/t/css-code-that-adjusts-only-one-image-size-among-category-logo-images/62558
**Category:** UX
**Created:** [12 Mayo, 2017 02:35 UTC](https://meta.discourse.org/t/css-code-that-adjusts-only-one-image-size-among-category-logo-images/62558 "2017-05-12T02:35:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ericjung](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ericjung/32/121019_2.png) [@ericjung](https://meta.discourse.org/u/ericjung)
#### Post date: [12 Mayo, 2017 02:35 UTC](https://meta.discourse.org/t/css-code-that-adjusts-only-one-image-size-among-category-logo-images/62558/1 "2017-05-12T02:35:21Z")

</div>

Continuing the discussion from [How to adjust the location of the category logo, name and description displayed on the main page?](https://meta.discourse.org/t/how-to-adjust-the-location-of-the-category-logo-name-and-description-displayed-on-the-main-page/62328/6):

I want to know CSS code that adjusts only one image size among category logo images.  
I guess the css class selector(.) can be used to modify the image size of a particular category, but I do not know how to implement it.

Does anyone have an idea?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [12 Mayo, 2017 10:24 UTC](https://meta.discourse.org/t/css-code-that-adjusts-only-one-image-size-among-category-logo-images/62558/2 "2017-05-12T10:24:03Z")

</div>

You will want to start with this post  
[https://meta.discourse.org/t/discourse-default-font-color/59995/5?u=cpradio](https://meta.discourse.org/t/discourse-default-font-color/59995/5)

---

<div class="post-metadata">

### Author: ![ericjung](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ericjung/32/121019_2.png) [@ericjung](https://meta.discourse.org/u/ericjung)
#### Post date: [16 Mayo, 2017 13:57 UTC](https://meta.discourse.org/t/css-code-that-adjusts-only-one-image-size-among-category-logo-images/62558/3 "2017-05-16T13:57:48Z")

</div>

> [@cpradio](#):
>
> You will want to start with this post

Thank you for your advices. 🙂
