Hi,
which stye should I sue to un capitalize the headers and chance the colors. I see lot’s of options but cannot take of the ALL caps header.
Thanks,
D
Hey dhuet!
Try this:
h1{
text-transform: lowercase;
color: green;
}
Regards,
Josue
it does not acknowledge the lowecase. I tried to look into all the HI tags on the style sheet but something is blocking the edits.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Use this code instead:
h1, h2, h3, h4, h5, h6 {
text-transform: none !important;
}
Best regards,
Josue
That worked.Thank you.