How do I change the font to caps on ALL headers and buttons on Dawn Theme?

Can anyone tell me how to change ALL of the headers and buttons throughout my site to caps - I’m using Dawn theme ?

Thanks

hi.. @123ASD123

can you please shear your store URL and password i have suggested a better solution.

Hello @123ASD123

Once you Log in to the Admin, then process the following steps:

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file base.css

Step 3: Paste the below CSS at bottom of the file → Save

.header__menu-item span,.header__menu-item,.button
{
	    text-transform: uppercase !important;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

Hi - Thanks so much for your response, I’ve added the code & it’s worked on the menu headers at the top of the homepage but all other types of headers are still in lowercase - all the sections/blocks that I’ve added onto the homepage have a ‘heading’ & these are all still lowercase - I’d also like them all centralised on the page (including the menu headers) as they all sit left currently - any ideas ??