Comments on Character Wardrobe All Comments

hello!! Would it be possible to add a title to the color scheme boxes? :0 for example, what you did with the "main outfit" stuff, etc? Since in my profile, the skin color is extremely close to her hair color, I wanted a good way to differentiate between the two! I'm new to coding so I wasn't sure lol. I love this code so much!!

hello! i was in a hiatus when you posted this comment ;; sorry for the delay, but here is how you do it!

add a d-flex into the color scheme divs AND insert this snippet into it: <div class="text-dark m-auto">skin</div>

it should look like this:

<div class="col d-flex" style="height:40px;background-color:#F7C3D1;">
            <div class="text-dark m-auto">skin</div>
</div>

image example (notice the "col rounded-left" has a d-flex now)

aae56ea10a2e4305212e516d2e91a564.png

Thats alright!! Thank you so much for taking the time to reply and help!! ❤