Starlight's posts
Posted in Bumping and stuff
Posted 4 years ago
Posted in Bumping and stuff
Posted 4 years ago
Posted in Bumping and stuff
Posted 4 years ago
Posted in Bumping and stuff
Posted 4 years ago
Posted in My Test Thread
Posted 4 years ago
Posted in Hi thereee
Posted 4 years ago
Posted in Voltra's Runway | Fallin' for Autumn | ENTER BY NOV 25TH
Posted 4 years ago
Posted in Starlight's Shop (Buying & Selling) (Updated 12/8)
Posted 4 years ago
Posted in Starlight's Quest
Posted 4 years ago
Posted in Starlight's Shop (Buying & Selling) (Updated 12/8)
Posted 4 years ago
Posted in Profile help- Solved~
Posted 4 years ago
Posted in What are you currently reading?
Posted 4 years ago
Posted in What are you currently listening to?
Posted 4 years ago
Posted in Profile help- Solved~
Posted 4 years ago
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;}