Curious if anyone can give me some tips on customizing the comment box on my profile? I'd love to have round corners and be able to change the background color from gray.
My profile is a premade that I've edited over time so I am familiar with a little bit of coding but not sure how to go about this?
Please let me know if anything else is needed to answer my questions. Thank you ❤
[font=georgia]❤️ xoxo [/font]
textarea {background: ; border-radius: 10px;}
Just change the color and value as you see fits. If you need hex codes, I like using colourlovers to browse for colors. For the border-radius, increasing the value would make the corners rounder. Let me know if you want me to clarify anything.