How to make 1 page stand out on header or add a button to header?

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

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the base.css file
  3. 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

It worked thank you!!