Uppercase Everywhere In Onepage Template - Question | JoomShaper

Uppercase Everywhere In Onepage Template

M

Mark

Template 1 week ago

Almost all texts in Onepage template is uppercase. How do I change them to normal case so I decide where to use uppercase or not.

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 week ago #213336

Hi Mark,

Thanks for reaching out.

You may try the following code in your custom CSS:

* {
    text-transform: none !important;
}

This might help for most of the texts. If any text left you can choose the specific selector and use text-transform: none !important; for them too.

Here is all about custom code placement in Helix Ultimate framework: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 17 hours ago #214022

Hi Mark,

Did that help?

0