Uppercase Everywhere In Onepage Template - Question | JoomShaper

Uppercase Everywhere In Onepage Template

M

Mark

Template 2 months 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
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 months 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 1 month ago #214022

Hi Mark,

Did that help?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #214206

Hello,

I haven’t heard back from you regarding this issue. Could you please confirm if everything is working fine now?

If so, kindly accept the most helpful answer to close the post.

Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #214531

Hi Mark,

Did you get time to check my responses? It would be nice to get feedback from you on this topic.

Thanks!

0
M
Mark
Accepted Answer
1 month ago #214543

I had a chat with chatgpt and got a solution from there

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #214612

Thanks for the update.

It would be good if you accept an answer here to close the post.

Have a nice day!

0