How can I hide Includes lifetime access text from the Single Course page while using Edwiser Bridge plugin.

You can now hide Includes Lifetime Access text from the WordPress site's frontend for Single course page using the following CSS code in your WordPress theme settings.

.eb-validity-wrapper{
display: none;
}

Note: If you have added course expiry days for some other courses then that text will also hide after applying this CSS code.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us