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

123ASD123
Tourist
6 0 0

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

Thanks 

Replies 3 (3)

shubhamSharma
Shopify Partner
130 25 26

hi.. @123ASD123 

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

S.sharmaJi

WebDeskSolution
Shopify Partner
165 42 47

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:

WebDeskSolution_0-1674667274490.png

 

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.

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Hire Us | Call Us 877.536.3789


Location: 150 King St. W. Toronto, ON M5H 1J9

123ASD123
Tourist
6 0 0

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 ??