Changing font size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1299878

    Hello,
    I want to change the size of each letter. For example, header menu font size, footer text font size, and so on. How can I change it?

    Thanks
    István

    #1300212

    Hi István,

    Thanks for your question. You may inspect the names of the classes of various parts of your site (header menu font size, footer text font size, and so on) and use custom CSS style to change the font size.
    Or you may try to use the plugin like Google Fonts Typography or other typography plugins.

    best regards,
    J. Davis

    #1300702

    Thanks.

    Can you write an example css code, say to change the size of the footer text?

    #1301075

    Hi István,

    Here is a code for widget areas

    footer .wrapper-top *{
    font-size:14px;
    }

    Here is a code for bottom footer part:

    footer .wrapper-bottom *{
    font-size:14px;
    }

    Let me know if you have any further questions.

    best regards,
    J. Davis

    #1307974

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.