« Web, HTML, Tech Forum

How do I change font color on JUST my status

Posted by Robert

posted

Forum: Web, HTML, Tech

Exactly like the title. I can't figure it out. I want my "status:" and "you" to be white and my "mood" to be black.


Report Topic

2 Replies

Sort Replies:

Reply by Ivan

posted

Hi, try this:


.general-about .details p {
color: white;
}
.profile .mood p {
color: black;
}


Report Reply

Reply by ☆K!

posted

Thank you so much!


Do you know a code for the text under "who id like to meet" also?

<3


Report Reply