« Back to the HTML Forum

How can I change the color of these things.

Posted by Tatiyay

posted

Forum: HTML Group

I've kinda figured out my profile, but I can't figure out how to change the color of certain things idk what to call them, so here's a so here's a link. I also added descriptions to the photos just in case.


Report Topic

4 Replies

Sort Replies:

Reply by Castiel

posted
updated

1. .general-about .details { color: (the color you want);}

2 & 5: .count { color: (the color you want);}

4: 

a. div.blog-preview { color: (whatever color you want);}

b. h4 { color: (whatever color you want);} ( just an fyi this changes the color of all of the table headers; there might be a way to change only that but can't find it in inspect element )


Permalink Report Reply

Reply by Tatiyay

posted

Thank you! But I might be doing something wrong because the last three didn't work for me.


Permalink Report Reply

Reply by Castiel

posted

it could be conflicting code? sometimes i accidentally add two brackets at the end of a row and it doesn’t work 


Permalink Report Reply

Reply by Tatiyay

posted

Nvm I repasted the codes and they worked! Thank you again!


Permalink Report Reply