« Helping each other Forum

how to make different headers different colors? (desperate)

hello! thank you for reading!

i want to make different headers on my profile different colors, but i can't figure out how. (example: 'about me' header is pink, 'people i want to meet' header is blue)

how can i do this? is there any way to?


Report Topic

3 Replies

Sort Replies:

Reply by april kenopsia

posted

did you figure it out?


Report Reply

Reply by r✦wan

posted

Reply by arlo atomickk

posted

For the heading of your contact section:

.contact .heading{ color: insert colour }


For the heading of your interests and links section:

.table-section .heading{ color: insert colour }


For the heading of your friends space:

.friends .heading{ color: insert colour }


For the heading of your blurbs (about me) section: 

.blurbs .heading{ color: insert colour }


Remember that with CSS, the commands play out in order so if there are any overriding commands (like making a heading blue) before these ones, they won't work.



Report Reply