« Web, HTML, Tech Forum

how do you change the color of specific text?

hey!! soo without messing up my theme, i just want to change the color of the text above the stamps on my profile, since it isn’t visible..but as an HTML nerd, i’m not sure how.


advice..?


Report Topic

1 Reply

Reply by Omsimz

posted

i think this should work 


}

main {

  background: white;

  color: rgb(255,255,255);

  padding: 6px 0px;

  font-size: 80%;

}


Permalink Report Reply