« Helping each other Forum

how do you change text color 4 ur profile?

Posted by Rixie

posted

Forum: Helping each other

no srsly if u guys could tell me or give me code to it would rlly help ^ ^


Report Topic

4 Replies

Sort Replies:

Reply by GOAT

posted

tbf idk which part you wanted changing so i just made this for u instead :o

copy/paste on ANY new line between your <style> </style> tags

p {
color: white;
font-weight: bold;
text-shadow: 1px 2px black; }

a {
color: yellow;
font-weight:bold;
text-shadow: 1px 2px black; }

.profile .blurbs .section h4 {
color: #A3FFFF;
background-color: #d068ca;
text-shadow: 1px 2px black; }

.profile h1 {
color: #fd3cd6;
text-shadow: 2px 3px black;
font-size: 30px; }

.blog-preview h4 {
color: #dd41c5;
font-size: 22px;
text-shadow: 1px 3px black; }

.details-table td p {
color: black;
text-shadow: 0px 1px rebeccapurple; }

.profile .friends .person p {
text-shadow: 2px 2px black; }

:3


Permalink Report Reply

Reply by GOAT

posted

should at least make the text easier to read against that background

hope that helps!!


Permalink Report Reply

Reply by Rixie

posted

Reply by GOAT

posted

yw!!

btw, all the values can be modded however u want :3

e.g.

.profile .blurbs .section h4 {
color: white; <-- this can be blue, green, whatever tbh
background-color: #f295df; <--- same with this tbh
text-shadow: 1px 2px black; <--- and same with this, as well as the size of the shadow

have fun!! <33


Permalink Report Reply