How do I remove course categories on the course pages

Home Forums Legacy Support Support queries How-to & Troubleshooting How do I remove course categories on the course pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #249171
    anabolictechnology
    Participant
    Hello, How do I remove course categories on the course page under the course picture? I am using a lot of them and it looks really bad plus you can click on them and we definitely dont want that. We want to remove them all together. Screen shot: https://screencast-o-matic.com/screenshots/u/naMZ/1586134638699-12193.png
    #249203
    Diana
    Participant
    Add this in wp-admin > Appearance > Customize > Custom CSS > publish .single-course span.highlight {display:none !important;} This will remove course category from single course page
    #249378
    anabolictechnology
    Participant
    Thank you very much. It removed all the text on the left. It is still there though on the top of the page which is very distracting. Can you please remove it from the top too. Here is a link to show you: https://screencast-o-matic.com/screenshots/u/naMZ/1586184362500-36294.png
    #249420
    Diana
    Participant
    @anabolictechnology, refer: http://prntscr.com/ru8opz If you want to remove this particular breadcrumbs which are course categories then it is not possible and to remove the whole breadcrumbs from the page. Edit the course page in the backend and disable the switch to show breadcrumbs and update the course page. It will remove breadcrumbs from the single course page
    #249424
    anabolictechnology
    Participant
    I went to a course page and clicked edit. I did a search in the browser and read everything on the page and I dont see a "switch to show breadcrumbs". Can you please advise where this is?
    #249503
    Diana
    Participant
    @anabolictechnology I am sorry, that option is not for course page so I have to share the custom CSS to remove the breadcrumbs from the page Add this in wp-admin > Appearance > Customize > Custom CSS .single-course ul.breadcrumbs {display:none !important;} refer: http://prntscr.com/ruhglx
    #249631
    anabolictechnology
    Participant
    Thank you it worked.
    #249685
    Diana
    Participant
    @anabolictechnology Great..!! Closing then
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I remove course categories on the course pages’ is closed to new replies.