Get rid of button "take this course"?

Home Forums Legacy Support Support queries Styling issues Get rid of button "take this course"?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12480
    Henry
    Spectator
    Hi! I would like to remove the button that says "private course" or "take this course" in the course description page. Not just the text but get rid of the button. Please help?Best regards!
    #12642
    Anshuman Sahu
    Keymaster

    Please note that this button is the key button to pursue course online .
    Its value changes to start course ,continue course, finished course  .
    If you hide it then no student will able to take course online .

    To hide add the given css from wp-admin -> appearance ->customize -> custom css  :

    a.course_button.full.button {

        display: none;

     

    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Get rid of button "take this course"?’ is closed to new replies.