Remove subscription duration from price and display course start button

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove subscription duration from price and display course start button

Tagged: 

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #257633
    cielconsulting
    Participant
    Please I want to do these 2 things. I do not want to show the duration of the subscription alongside the price. I also noticed that even after the order has been marked as completed, it still doesn't show the start course button. Kindly assist.
    #257808
    Jackson
    Blocked
    Hello @cielconsulting, Use this custom code if you want to hide course duration from course page goto appearance>>customization>>custom CSS and paste it, body.course-template-default.single.single-course .widget .course_details ul li.course_time { display:none !important; } For start course button: Please check the course settings, in the course settings make sure the course button is not hidden, refer: http://prntscr.com/g2hbyr   Thanks,
    #257859
    cielconsulting
    Participant
    The course button is not hidden. Course button   I have entered the code, but it didn't work. I have also made sure that the course button is not hidden and yet to no avail. CSS Code
    #257860
    cielconsulting
    Participant
    #257968
    Diana
    Participant
    @cielconsulting Please ignore the above message written by @jackson So there are two issues: Add this CSS code in wp-admin > Appearance > Customize > custom CSS span.subs{display:none !important;} This code will remove the subscription from whole site
    • Even After the order is marked as complete the button does not show start course - Make sure your woocommerce product should be connected with your course and your course should be connected with your woocommerce product as well. Then check again, it will surely work
    #258011
    cielconsulting
    Participant
    This reply has been marked as private.
    #258012
    cielconsulting
    Participant
    This reply has been marked as private.
    #258172
    Diana
    Participant
    This reply has been marked as private.
    #260295
    cielconsulting
    Participant
    This reply has been marked as private.
    #260421
    Diana
    Participant
    This reply has been marked as private.
    #260426
    cielconsulting
    Participant
    This reply has been marked as private.
    #260698
    Diana
    Participant
    This reply has been marked as private.
    #260765
    cielconsulting
    Participant
    This reply has been marked as private.
    #261069
    Diana
    Participant
    This reply has been marked as private.
    #261074
    cielconsulting
    Participant
    Thank you for your assistance.
Viewing 15 posts - 1 through 15 (of 19 total)
  • The topic ‘Remove subscription duration from price and display course start button’ is closed to new replies.