Hide seats from course from “Apply for Course” button

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide seats from course from “Apply for Course” button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #337972
    Marco
    Spectator
    Hi, I would like to hide seats from course button. With Elementor options is possible to hide the date and the seats for free course, but is not working if is selected "Apply for Course". https://ibb.co/2kb45dV Thank you, Marco
    #338002
    Ada
    Participant
    Hi, Please share your page URL. I'll share customized css code for your site.
    #338059
    Marco
    Spectator
    This reply has been marked as private.
    #338079
    Ada
    Participant
    Hi, Please add this code in appearance>> customize>> custom css
    
    .single-course .the_course_button a.course_button.full span:last-child{
        display:none !important;
    }
    
    #338116
    Marco
    Spectator
    Thank you for answer! I was trying with jQuery but due to the time for loading page I need to put a delay, this solution is better! You can close this topic, thank you, Marco
    #338222
    Ada
    Participant
    Thank-you for confirming. Closing this topic.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide seats from course from “Apply for Course” button’ is closed to new replies.