Change Heading Case in Hello Sassafras

QuestionsCategory: Hello SassafrasChange Heading Case in Hello Sassafras
Siobhan asked 3 years ago

Hi! I am trying to change the default in Hello Sassafras from making all headings all uppercase. It’s impacting my user-experience, and I would just like to change them to be instead the correct header size, but capitalized the way I write the sentence. How can I do this? Thank you!

Attachments
Siobhan replied 3 years ago

Hello. Just wanted to follow up on this question on how I can change my heading case to not be all capitals. Thank you.

1 Answers
Jennifer Staff answered 3 years ago

You can add this to your additional CSS

h1, h2, h3, h4, h5, h6 {
text-transform: none;
}

That should grab most everything. If it is not changing a specific spot, please include a url and then the wording.

Siobhan replied 3 years ago

Thank you SO much Jennifer! It worked perfectly and looks fantastic.