Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #177629
    Norma
    Participant

    Can we change font sizes and types in Pro Version of headers, contents etc.

    #177640
    Skandha
    Participant

    @norma: Hello there,
    To change the font type in the pro version you will need to
    Go to => Appearance => Customize => Theme Options => Font Family Options

    To change the font sizes of any text let me know and I shall provide you the additional CSS code.

    I hope this helps you out!
    Kind Regards,
    Skandha

    #177655
    Norma
    Participant

    please give me the CSS code to change font size for:

    MENU
    TITLE
    TAGLINE
    HEADER
    SIDEBAR
    BODY TEXT

    thank you!

    #177656
    Skandha
    Participant

    @norma: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change font size of menu item */
    .main-navigation a {
        font-size: 17px;
    }
    /* To change font size of Site Title */
    .site-title {
        font-size: 20px !important;
    }
    /* To change font size of Site Tagline */
    .site-description {
        font-size: 20px !important;
    }
    /* To change font size of Body text */
    body {
        font-size: 20px !important;
    }

    You can change the font size according to your choice.
    To change the font size of Header and Sidebar please post in your site URL.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pro Version – Fonts? And Sizes’ is closed to new replies.