How can I enlarge the font size of my Header Tagline text?

@WathArt

Thanks for post

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.rte.tagline {
    font-size: 21px; /* change font size as you like */
}
1 Like