katong
April 28, 2023, 6:11pm
1
Hey there,
I have a SAT Tutoring service.
I want to make the “1400+ Today” stand out on the header or create a button for the page on the left side of the header. Directions for either is greatly appreciated!
Theme: Dawn
Website: https://katong-store.com/
Thanks!
1 Like
Hi @katong ,
Please follow the instructions below to have the said button stands out
From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
Go to Asset folder and open the base.css file
At very end of the code, add the code below
#shopify-section-sections--18475665850685__header > sticky-header > header > nav > ul > li:nth-child(5) > a {
background: #2d3e68;
color: #f4faff;
}
See result below:
1 Like