Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #230599
    Paul Hulewicz
    Participant

    In “Site Tagline Font Family” option in Customisation of the main page I changed the font but need to resize it.
    Does anybody know how to do it?
    Thanks

    Paul

    #230643
    tikaram
    Keymaster

    @hulewicz: If you would like to increase the font size add the following additional css.

    .site-description{
        font-size: 1rem;
    }

    You may either increase or decrease the value based on the requirement.

    Regards,
    Tikaram

    #230684
    Paul Hulewicz
    Participant

    Thank you Tikaram for your response.
    I put the CSS code you sent to “Additional CSS” in Customising menu.
    I want to change the font size of the Site Tagline on the Home page.
    But I don’t know where to do it?

    Thanks for your help.
    Regards,
    Paul

    #230774
    tikaram
    Keymaster

    @hulewicz: Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css
    Copy the above css code paste it and publish.
    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing font size in the main page’ is closed to new replies.