I'm trying to change Iason_Mink's pet profile page color to light blue. But I'm so confused! 😧 I've looked at guides for coding colors but nothing's working! 😓 Please help!!!! ðŸ˜
[tot=PiplupMagby34]
do you mean you want the background to be light blue? that is a little complicated since you don't have any profile code. if you want, you can clear the basic subeta layout and just have a blank template for your pet's profile, and then you can change the background color. to do that, you would use this code:
<style>
, , , , , , , , , , .prototip, -ban, -ban-main, -lrc, -rrc, -right, , h2, .bookmark, .hustler {display:none}
, {background-color:transparent !important; height: auto !important}
, , {margin: 0 !important; border: 0}
*{margin:0; padding:0}
.notice {background:none; border:0}
.container-fluid {margin:0px}
html,body {background-color:} </style> which would make it look like this. of course, you can put any hex color code in the place of the one i used.
Got it to be blue! :) But how do I split the text into paragraphs? I had them before pasting the code....
[tot=PiplupMagby34]