Already a Voltie? Sign in!

Escape to Voltra!

Join for free
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
Eyes

Posted in Hi thereee Posted 4 years ago

@diavolos: Welcome to Voltra! I was also active on Ernya at one point, and your username on there does sound kind of familiar to me. My username was Lollipop


Congrats to all the winners and thanks to everyone who voted for me~


@Anarchist Beauty: Updated the trade! Thank you~

Posted in Starlight's Quest Posted 4 years ago

@dragoness129: It's going fairly well I think. I've been making progress at least~


@Anarchist Beauty: Chrysaora Witch is worth around 12-15k, and Xogud Split is probably 8kish or so. So maybe Xogud Split plus 4k for the Chrysaora Witch?

Posted in Profile help- Solved~ Posted 4 years ago

@LilMissKushy: Thank you! I don't really know much about CSS either. Like I said in the first post, I mostly used the guide and searched stuff online as needed

Posted in What are you currently reading? Posted 4 years ago

I'm reading Seven Deadly Shadows by Courtney Alameda and Valynne E. Maetani

Posted in What are you currently listening to? Posted 4 years ago

Feel You by Shin Yong Jae

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:
.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;}


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;}