• Resolved Noshad Ali

    (@noshad19)


    Hello,

    How do I hide the course price as a number or if it is FREE, I want the word “FREE” to be hidden from the course page.
    How do I do that?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello @noshad19,

    You can go to Woocommerce products to edit a product and under the product data you will see the field for price. You can leave that field empty so the course will appear as free on the frontend.

    To hide the word “free” you can share your site url and we will provide custom css to hide it.

    Thread Starter Noshad Ali

    (@noshad19)

    Can you give me the CSS class names for it.

    Hello @noshad19,

    You can share the page url and I will provide custom CSS for that page.

    Thread Starter Noshad Ali

    (@noshad19)

    How do I share it on Private with you? May I have your email address

    Hello @noshad19,

    You can send your query to [email protected]

    Thread Starter Noshad Ali

    (@noshad19)

    Sent. Thank You

    I have 3 courses registered in LMS Tutor and not in Woocommerce, but my question is the same.

    I want to remove the free or paid warning tag when presenting my courses, and I can’t use the explanation above, because my course was not registered on Woocommerce.

    jornadadigital.carratu.com.br

    Plugin Support Ashfiqur Rahman Anim

    (@anim07)

    Hello @carratu

    From your wordpress dashboard go to appearance > customization > additional css option and paste this code

    .price {
    display: none !important;
    }

    it will remove the course price option

    Best Regards

    Hi @anim07

    worked perfectly.

    Thanks

    Hello @anim07,

    I have tried to remove the ‘Free’ with css to the class ‘price’. It hides both ‘Free’ & ‘Get Enrolled’. Could you please let me know if there is a way to only hide the ‘Free’ text? I would like to keep ‘Get Enrolled’ visible for visitors. Thanks.

    Plugin Support Ashfiqur Rahman Anim

    (@anim07)

    Greetings @mrminnkhantnaing

    To remove the word free you will have to make some customization please. You will have to change the string from the position where it is coming in the front end. To do so you will have to edit 2 php file.

    \wp-content\plugins\tutor\templates\loop\course-price-woocommerce.php go to this file line no 19 you will see the word free remove it

    \wp-content\plugins\tutor\templates\loop\course-price.php go to this file live no 19 remove the word free

    Making this change should do it for you. IF you need any further information or help please do let us know.

    Thank you

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Hide Course Price’ is closed to new replies.