« Web, HTML, Tech Forum

Changing the Font color CSS

I am trying to get the font color for everything that would default as black on the profile to white to be able to contrast with my new background but am having trouble writing the css to do so. Would love a quick hand if someone could help.


Report Topic

2 Replies

Sort Replies:

Reply by Katie

posted

<style>

h1, h2, h3, h4,h5,a, p, nav label, .section {color: white;}


h1, h2, h3, h4, h5, a, p, nav label, .section{ text-transform:lowerercase !important;
}

.online{
  color: white!important;  
}

</style>


Report Reply

Reply by DickHayden

posted

thank you, I actually saw you reply to the same question after and got it situated


Report Reply