• hi, i am using business inn theme. kindly help with how i can change font size of tagline in the header section. thank you

Viewing 1 replies (of 1 total)
  • Hi @otivoh

    You can go to Appearance >> Customize >> Additional CSS and add following CSS to change font site of tagline.

    p.site-description {
        font-size: 20px;
    }

    Please change the value of font-size in above code as per your requirement.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘change tagline font size’ is closed to new replies.