« Back to the HTML Forum

Help with text in profile

I want to change all the text in my profile to be more visible, but I don't know how :(


Report Topic

3 Replies

Sort Replies:

Reply by heath

posted

you can change the color with this code:


<style>

body{

color: COLOR HERE !important;

}

</style>


if you need some other code just be specific on what you are trying to do.


Permalink Report Reply

Reply by Micuh Arson Elio the First

posted

Thanks! but i'm lowkey still struggling TwT


I tried adding that in multiple sections and it hasn't worked :(



also what i meant is like, a way to make all text on my profile more visible in contrast with the background, i guess



Permalink Report Reply

Reply by dextros

posted
updated

you could try editing the actual background image you're using. adjusting the brightness and contrast in a text editor would probably help the text stand out (you can also change the brightness with css like this). other than that that you could try adding a shadow to the text like this or give the text an outline like this:



.p{
 -webkit-text-stroke: width, color
}

(obviously replace width and color with your width and color)

although i will say text outline looks ass


Permalink Report Reply