• Resolved TheBusinessCat

    (@thebusinesscat)


    Hi there.

    Below is a link to an image, and I would like to remove the items indicated by the red arrows:

    https://ibb.co/xSywxBn8

    These never use to show before. I am on the latest version of LearnPress.

    Thank you.

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

    (@briantp)

    Hi TheBusinessCat,

    Thank you for reaching out!

    You can easily hide those specific items by adding a small snippet of custom CSS to your website. Please navigate to Appearance > Customize > Additional CSS (or your theme’s custom CSS section) and paste the following code:

    .course-progress__label,
    .start-date,
    .will-end-date {
    display: none !important;
    }

    Please save the changes and refresh your page to check the result. Let us know if you need any further assistance!

    Best regards,
    Brianvu-tp

    Thread Starter TheBusinessCat

    (@thebusinesscat)

    Hi @briantp,

    Thank you. I thought I could just do it in the settings, as it has never appeared before, but the CCS works as well.

    Thanks.

    Plugin Support brianvu-tp

    (@briantp)

    Hi TheBusinessCat,

    Thank you for the update!

    We’re very glad to hear that the CSS snippet worked exactly how you wanted it to.

    Thank you again for choosing LearnPress!

    Best regards,
    Brianvu-tp

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.