Home Forums Free Themes Education Hub Font (text) colors

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71578
    esljohnny
    Participant

    Is there a way to change the color of the text that is used throughout the theme? I would like to make it a bit darker.

    #71604
    wensolutions
    Keymaster

    Hello @esljohnny,

    First of all thank you very much for trying out the theme.

    The color option to change the color for the various part is only available in the pro version of the theme. To know about the various color option that is available in the pro version please refer to below given link:

    http://themepalace.com/instructions/themes/education-hub-pro/#doc-color-options-76

    Not only this pro version comes with lots of other exciting feature and to know about it please refer to below given link:

    http://themepalace.com/downloads/education-hub-pro/

    Thank you.

    Best Regards!!

    #75316
    saim rasheed
    Participant

    Hello. I am having a Problem Please help me.

    The Problem is I want to Change the font size of My Text. However, I have changed the font size but all the fonts are not changed. Only those Lines are changed which I copied from google, or from another website.

    The Link is given you can see the difference between both fonts. I want to change the font size, font color to #00000 and Line Height also..
    https://opportunitiescorner.info/icrc-red-cross-internship-program/

    Can we do this with custom CSS?

    #75336
    wensolutions
    Keymaster

    Hello @saim-rasheed,

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

    To change the font size of the body text please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    body {
        font-size: 14px;
    }

    To change the font size of the post header add below given CSS.

    h1 {
        font-size: 22px;  
    }

    To change the font size of the widget title use below given CSS.

    #sidebar-primary .widget-title, #sidebar-secondary .widget-title {
        font-size: 16px;
    }

    You can adjust the size as per your requirement.

    As for the color, the text color is already black.

    Hope this helps.

    Let us know if you have any confusion further.

    PS: Please post your queries creating your own ticket so that it would be easy to follow up your replies.

    Thank you.

    Best Regards!!

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