• Resolved DanielStrum

    (@danielstrum)


    I would like to remove the “Note to Administrator” field from the checkout page. Is this possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter DanielStrum

    (@danielstrum)

    I would also like to add some content to the top of the page. In LearnPress settings > General there is a link to edit the page but any content I add doesn’t display. How can I add content?

    Plugin Support brianvu-tp

    (@briantp)

    Hi DanielStrum,

    Thank you for reaching out to us!

    1. Removing the “Note to Administrator” Field

    You can hide the “Note to Administrator” field on the checkout page by adding the following CSS code to your child theme:

    .learnpress-checkout .learn-press-checkout-comment {  
    display: none !important;
    }

    Simply add this code to your child theme’s stylesheet (style.css), or use the “Additional CSS” option in the WordPress Customizer.

    2. Adding Content to the Top of the Checkout Page

    When a page is set in LearnPress Settings > General, the LearnPress template takes precedence over the page content, and unfortunately, the content you add directly to the page editor won’t display.

    However, LearnPress is designed to be flexible, and developers can easily extend and customize its templates. If you or your team have basic programming knowledge, you can modify LearnPress templates by overriding them in your child theme.

    Best regards,
    Brianvu-tp

    Thread Starter DanielStrum

    (@danielstrum)

    Thank you!

    Plugin Support brianvu-tp

    (@briantp)

    Hi DanielStrum,

    We are glad to hear that you found the solution useful!

    If you are satisfied with LearnPress, we would greatly appreciate it if you could leave us a 5-star review. A nice rating is a big motivation for us to keep up the hard work, and it’s really important to us.

    Thank you very much for your feedback.

    Best regards,
    Brianvu-tp

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.