Using Dawn Theme - How do I make the SHOP ART button LARGER


Hi! I’m using the Dawn Theme and I’m wondering if there’s a way to either:

  1. Make the Shop Art selection (button) LARGER

or

  1. Preferably ADD an Actual Button just below the Header that will direct people to my collections?

Any help would be greatly appreciated.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.header--top-center .header__inline-menu>.list-menu--inline li:nth-child(2) a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

1 Like

Oh my goodness! Thank you SOOOO much! I really appreciate your help! It was Spot-On!