How can I modify uppercase font settings in Debut theme?

Hi

I would really like to know how to change sections in Debut theme that have uppercase text only as an option, usually titles. For example, the Newsletter signup title is in capitals even though when you type the title in the text box it is in lowercase with the first letter capitalised. That is how I want it to appear, in lowercase letters with the first letter capitalised. Can anyone help please with the code? Thanks

1 Like

@Molly8

Please share the store URL.

hello @Molly8

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Hi, thanks for helping.

mollycoddle-meg.myshopify.com

Password - preepi

hello @Molly8

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-1624977567d970815d  .h2{
	text-transform: capitalize;
}

Absolutely great, worked a treat, thank-you.

Hi there, i tried to edit my own code but i dont have the assets/theme.css in my list? Can you help please?

thanks,

Kim

1 Like

I’m having the same issue.

It doesn’t work for me. I don’t understand why the h2 is uppercase when the CSS doesn’t say it.