Home Forums Pro Themes Education Hub Pro Change slider font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40340
    Anonymous
    Inactive

    Hi guys,

    I’d like to change the font size of the slider in Education Hub Pro.
    Where can I do that ?

    Thanks in advance.

    #40347
    wensolutions
    Keymaster

    Hello @edu_horse,

    To change the font size of the content in the slider use CSS given below.

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

    #main-slider p {
        font-size: 14px;
    }

    Now to change the font size of the title in the slider section use below given CSS in the location mentioned above:

    #main-slider h3 {
        font-size: 24px;
    }

    You can change the px according to your need.

    Hope this helps .

    Best Regards!!

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