Change Company Logo text-transform in Dawn Theme

Hello, I’m using the Dawn theme and trying to make the company name at the top left of the site all uppercase, as opposed to the default capitalized styling. Searching thru forum posts I haven’t had much luck as most are irrelevant/outdated.

Can anyone tell me where in the code I can make this change, or what code to add?

Thank you very much.

Hi @ArcasMedia ;

Try this.

  1. In your online store,
  2. Choose the theme you want to edit. I recommend duplicating your theme before editing it so you have a theme to go back to if you don’t like the changes.
  3. Click Actions, the Edit code.
  4. Find the Asset folder and open the theme.scss file.
  5. At the very bottom of the file, add the code below

#shopify-section-header > sticky-header > header > h1 > a > span{
text-transform: uppercase;
}