# Is it possible to have two Custom CSS Class references to apply two CSS codes?

**URL:** https://community.glideapps.com/t/is-it-possible-to-have-two-custom-css-class-references-to-apply-two-css-codes/79381
**Category:** Ask for Help
**Created:** [January 21, 2025, 2:35pm UTC](https://community.glideapps.com/t/is-it-possible-to-have-two-custom-css-class-references-to-apply-two-css-codes/79381 "2025-01-21T14:35:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ToOFa\_Apps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/toofa_apps/32/36816_2.png) [@ToOFa\_Apps](https://community.glideapps.com/u/ToOFa_Apps)
#### Post date: [January 21, 2025, 2:35pm UTC](https://community.glideapps.com/t/is-it-possible-to-have-two-custom-css-class-references-to-apply-two-css-codes/79381/1 "2025-01-21T14:35:04Z")

</div>

I’ve added imgcc to the CSS Class, but it would be nice to also add backimgcc which changes the background?

 ![Screenshot 2025-01-21 at 16.31.30](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/7/b721d1f0ebf12b8d759827fbd03837dbde2f84c5.png)I

---

<div class="post-metadata">

### Author: ![Jakub\_Molak](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jakub_molak/32/81347_2.png) [@Jakub\_Molak](https://community.glideapps.com/u/Jakub_Molak)
#### Post date: [January 21, 2025, 3:56pm UTC](https://community.glideapps.com/t/is-it-possible-to-have-two-custom-css-class-references-to-apply-two-css-codes/79381/2 "2025-01-21T15:56:32Z")

</div>

Yeah this is possible you just have to split the classes with a space  
so you’d want “imgcc backimgcc”

---

<div class="post-metadata">

### Author: ![ToOFa\_Apps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/toofa_apps/32/36816_2.png) [@ToOFa\_Apps](https://community.glideapps.com/u/ToOFa_Apps)
#### Post date: [January 21, 2025, 4:47pm UTC](https://community.glideapps.com/t/is-it-possible-to-have-two-custom-css-class-references-to-apply-two-css-codes/79381/3 "2025-01-21T16:47:54Z")

</div>

Okay nice, i’ll try that👍 Thanks!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 22, 2025, 12:02am UTC](https://community.glideapps.com/t/is-it-possible-to-have-two-custom-css-class-references-to-apply-two-css-codes/79381/4 "2025-01-22T00:02:44Z")

</div>

Wouldn’t it be more of a CSS adjustment than a class name? I assume you can target the background of the component to do that.
