I'll start off by saying that I'm not very good with coding. All of my profile was originally done using this guide and by looking up some CSS stuff online.
Anyway, I finally got around to editing the equipped items section of my profile today, but I ran into a problem. There's this green background color behind the items that I can't figure out how to remove or change.
This is the code I have for that section so far:
I'd just like to know what I need to change/add to remove or change the green background color~
Edit:
Lily ended up helping me on Discord! This is the code if anyone else wants to know the solution:
Anyway, I finally got around to editing the equipped items section of my profile today, but I ran into a problem. There's this green background color behind the items that I can't figure out how to remove or change.
This is the code I have for that section so far:
.voltie_equipped_items {background: #262626 !important; border: 1px solid #a7f4f4 !important;}
.voltie_equipped_items h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.equipped-item {border: 0px solid #262626; background: #a7f4f4 !important;}
.equipped-item-poses {border: none; background: none !important;}
.voltie_equipped_items h3 {background: #262626 !important; color: #fff !important; text-transform: capitalize;}
.equipped-item {border: 0px solid #262626; background: #a7f4f4 !important;}
.equipped-item-poses {border: none; background: none !important;}
I'd just like to know what I need to change/add to remove or change the green background color~
Edit:
Lily ended up helping me on Discord! This is the code if anyone else wants to know the solution:
.equipped-item-poses .equipped-item {
background: rgb(18 19 18 / 30%)!important;}
background: rgb(18 19 18 / 30%)!important;}