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