• How do I change the font / font size in the header? I also want to make the header size a little bit smaller of that’s possible.

    Been looking but no luck so far. Any custom CSS for this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS Editor.

    Now copy below CSS code in Custom CSS Editor.

    To Change email/Contact number font-size

    .head-contact-info a {
      font-size: 14px !important;
    }

    To change site name font size

    .logo a{
      font-size: 14px !important;
    }

    To Change Site tag-line font size

    .logo p{
      font-size: 14px !important;
    }

    Change numerical part as per your requiremnt.

    Save the changes.

    Thanks.

    Thread Starter cgs230

    (@cgs230)

    Thank you!

    Hi,

    Most welcome.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header font’ is closed to new replies.