• Resolved campbellduke

    (@campbellduke)


    Hola,

    I’m getting some free courses set up on my website. I have used Tutor LMS on other sites and haven’t encountered this issue.

    The font size is really small. I tried to change it through my theme’s customizer to no good effect.

    1. Is there a way to change this?
    2. Is this a theme issue?

    Thanks in advance for any advice.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • munayam

    (@munayam)

    Hello @campbellduke,

    You appear to have disabled right click on your pages so we are unable to share code that you can apply to make fonts appear bigger.

    Thread Starter campbellduke

    (@campbellduke)

    Hi Munayam,

    Thanks for looking into it. I have enabled right click on pages if you are able to take a look now.

    b.

    munayam

    (@munayam)

    Hello @campbellduke,

    From wp admin backend dashboard > appearance > customize > additional CSS you can copy, paste the code given below

    .tutor-color-black {
        font-size: 21px;
    }
    .tutor-color-secondary {
        font-size: 17px;
    }

    You can increase or decrease those values to suit your own requirement. Remember to clear cache afterwards.

    Thread Starter campbellduke

    (@campbellduke)

    Thank you so much! This worked well as you wrote it.

    b.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tutor LMS Free Version – Font REALLY Small. How can I change this?’ is closed to new replies.