Home Forums Pro Themes Mega Blog Pro Font size and color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71466
    Linda Edwards
    Participant

    On the customization part on Typography, why isn’t there an option to change the font size and color? I would like to change the color and font size for the body so it’s read easily.

    #71485
    wensolutions
    Keymaster

    Hello @pinpin39aol-com,

    First of all thank you very much for using the pro theme.

    The theme now have the option to change the scheme color and for this you need to go to Admin Panel > Appearance > Customize > Colors > Color Scheme. Here change the color as per your requirement.

    As for the font size, the theme does not have the option to change the size so you can use below given custom CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    body {
        font-size: 1.00rem;
    }

    You can change the size as per your requirement.

    Hope this helps.

    Thank you.

    Best Regards!!

    #71599
    Nicole Robbins
    Participant

    I have a similar question, but only want to change the color of the links. There is no option to do this in the Color Scheme panel. Please help as links the same color as text do not look like links at all!

    #73763
    wensolutions
    Keymaster

    Hello @dualdings,

    First of all our sincere apology for the delay in replying to you.

    The theme itself does not have the option to change the color of the link but we will provide the custom CSS using which you can change the color of the link.

    a {
        color: #2291b1;
    }

    This will change the color of the link for the entire site.

    You can also change the color code as per your requirement.

    Hope this helps.

    Thank you.

    Regards!!

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