Hi, I’m not exactly sure what I did but, all the headings on my website decided to magically capitalise. – I looked for a solution under advanced styling, but couldn’t find what I’m looking for.
Do you mind providing some assistance?
https://drive.google.com/file/d/1ore94zCyenNGQLBN1rWigiAIr6UO2-u2/view?usp=drivesdk
Hey Stuart,
Try this code in the General Styling > Quick CSS field:
#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
text-transform: none;
}
This will remove the text-transform for all headings, if you wish to keep one, such as for h1, then remove it from the list above.
Best regards,
Mike
Thank you ever so much for the quick response! All is fixed.
Best regards,
Stuart