• Resolved tomf2468

    (@tomf2468)


    New project, lots of online classes and a few in person classes. For the few in-person classes ONLY, is it possible to remove the “ACCESS UNTIL” line in the LifterLMS Pricing Table?

    I had hoped adding
    .llms-access-plan-expiration{display:none;}
    to the Block>Advanced>Additional CSS would work, but it disappears as soon as I update?

    Thanks,
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @tomf2468

    You should absolutely be able to use that CSS!

    You will just want to add it under Appearance->Customize->Additional CSS instead. This will save it so that you are able to update the course itself without the code disappearing!

    Let us know if you have any further questions!

    All the best,

    Thread Starter tomf2468

    (@tomf2468)

    Hi,
    Thanks for the reply. If I put
    .llms-access-plan-expiration{display:none;}
    in Appearance->Customize->Additional CSS the “ACCESS UNTIL” line in the LifterLMS Pricing Table disappears on ALL of my classes. I need to remove it on only specific classes. Any thoughts?

    Hi @tomf2468

    You may want to use the page id function then.

    Check this out: https://plethorathemes.com/kb/apply-custom-css-rules-using-wordpress-page-id

    Let us know if this helps.

    Regards,

    Thread Starter tomf2468

    (@tomf2468)

    Thank you!! I got a bit lost on “page id” from that article, but each signup block has a unique id. So:

    /* remove Access Time from March 2022 */
    #llms-access-plan-2102 .llms-access-plan-expiration{display:none;}

    Works perfectly when added to Appearance->Customize->Additional CSS. I will have to clean those up as the classes pass, but the client is happy.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “Access Until” on a few select classes’ is closed to new replies.