« Web, HTML, Tech Forum

Changing the Font color CSS

Posted by DickHayden

posted

Forum: Web, HTML, Tech

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

6 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>


Permalink Report Reply

Reply by DickHayden

posted

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


Permalink Report Reply

Reply by Jeff Hardy

posted
updated

Thanks for sharing your thoughts! If anyone here is interested in improving how their website performs or converts visitors into customers, I recently came across some great resources on conversion optimization. You might want to check out https://conversionrate.store/conversion-rate-optimization-services/ for detailed services and tips that can really make a difference. It’s been helpful for me in understanding how to get more out of online traffic without spending extra on ads.


Permalink Report Reply

Reply by ynriuk

posted

I changed the font color and want to use it to make some new typography

geometry dash lite


Permalink Report Reply

Reply by Xx P0ny Iz D3d xX

posted

h1, h2, h3, h4, h5, h6, p, a:link, a:hover, a:visited {

color: white;

}


Permalink Report Reply