Lonni
1
Hi! I’m using the Dawn Theme and I’m wondering if there’s a way to either:
- Make the Shop Art selection (button) LARGER
or
- Preferably ADD an Actual Button just below the Header that will direct people to my collections?
Any help would be greatly appreciated.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- 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
Lonni
3
Oh my goodness! Thank you SOOOO much! I really appreciate your help! It was Spot-On!