• Resolved Frank B.

    (@frankbiganski)


    Hi, Is it possible to change the font size of the lesson titles?
    https://app.screencast.com/VNBPwBS7HZfxb

    I wouldn’t mind making the default font sizes for the left menu “slightly” smaller.

    Thank you!

    Frank
    thedronecoach.io

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support brianvu-tp

    (@briantp)

    You can try use this code

    popup-sidebar .section-item-link .item-name {
    font-size: 15px !important;
    }

    Thread Starter Frank B.

    (@frankbiganski)

    Thanks Brian.
    Appearance> Customize> Additional CSS >
    Doesn’t seem to have any effect.

    Primarily interested in reducing the size of the title at the top of the lesson page: Lesson 3: Aeronautical Sectional Charts
    https://app.screencast.com/VNBPwBS7HZfxb

    Plugin Support brianvu-tp

    (@briantp)

    Please try this, so sorry i miss the # before code
    #popup-sidebar .section-item-link .item-name {
    font-size: 15px !important;
    }

    Thread Starter Frank B.

    (@frankbiganski)

    Beautiful! Thank you! And no worries! That worked beautifully!

    Can I trouble you for some CSS that will allow me control over the titles too?
    https://app.screencast.com/s3WPkSzMTIkuu

    Plugin Support brianvu-tp

    (@briantp)

    The font size depends on the font size of your theme, we don’t set a fixed value for the font. You can change the font of your site and recheck.

    Thread Starter Frank B.

    (@frankbiganski)

    Thanks Brian,

    I’m using Total WordPress theme by WPExplorer, so the font size is not dependant/affected upon the theme unfortunately. Some things change like the type of Google font, but font size isn’t affected.

    Thankfully, my theme author educated me on how to use the Developer Tools within Chrome to create my own custom CSS. So I was able to change the font size for the side menu, font size for lesson titles, side menu title font size, profiles and course progress font size and layout, more.

    I know my changes can possibly become negatively affected with future LearnPress updates, but being able to make these adjusts was desperately needed to keep my entire site more fluid.

    If anyone is interested in some free CSS for LearnPress, visit my profile and scroll to the bottom. Each piece of code is labeled as to what it affects. Disclaimer: I’m not a coder… just a very right-brained learner.
    https://profiles.www.ads-software.com/frankbiganski/

    Thanks again for all your help Brian. LearnPress is great!

    Frank

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change font size of lesson titles’ is closed to new replies.