• Resolved KCDan

    (@kcdan)


    Hi There

    struggling to change the font size of my front page within the learndash course grid, I have a child theme in place, and have edited the CSS

    .entry-title {
    font-size: 1.0 !important;
    }
    
    h1 {
        font-size: 1.5 !important;
    }
    h2 {
        font-size: 1.25 !important;
    }
    h3 {
        font-size: 1.0 !important;
    }
    .home .ld_course_grid {
    
        height: auto !important;
    
    }

    but it is not taking for some reason, probably something obvious i am doing wrong, but can not put my finger on it, any help most appreciated.

    being a student portal i am hesitant to post a direct link, is there a way of sending a link privately?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemeAWESOME

    (@tsquez)

    Hey there,

    I usually do not assist with Learndash as I am not affiliated with them whatsoever.

    But in this case you forgot to add rem to the values:

    font-size: 1rem!!important;

    Try that and see if that helps.

    Let me know.

    Thread Starter KCDan

    (@kcdan)

    Yep that worked,

    your a star,

    thanks

    Theme Author ThemeAWESOME

    (@tsquez)

    You are very welcome.

    If possible please leave a rating and a review and let everyone know what you think about WP-Forge.

    Until next time, have fun and enjoy!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font size not changing on front page’ is closed to new replies.