How to hide some stuff on the “my-courses” page

Home Forums Legacy Support Support queries Styling issues How to hide some stuff on the “my-courses” page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #300855
    drbroemme
    Participant
    Hi, I want to hide some things on the "my-courses" page. For details please refer to this link: https://ibb.co/KK0C5By 1) How can I hide this remark? 2) How can I hide this button? 3) How can I hide this dropdown-menu? 4) How can I hide the buddydrive-button? 5) How to hide these menu-points? 6) How can I hide the number of comments and favorites? Thanks :)
    #300976
    Diana
    Participant
    Add these CSS in wp-admin > Appearance > Customize > Custom CSS Answering in order Point 1: .activity #buddypress #item-body form#whats-new-form h5{display:none !important;} Point 2: .activity #buddypress form#whats-new-form #whats-new-submit{display:none !important;} Point 3: .activity #buddypress li#activity-filter-select{display:none !important;} Point 4: Buddydrive menu, I am hiding here so that it will be hidden only, if you want to remove then deactivate Buddydrive plugin #buddypress li#buddydrive-personal-li {display:none !important;} Point 5: #buddypress li#activity-mentions-personal-li, #buddypress li#activity-favs-personal-li {display:none !important;} Point 6: .activity #buddypress .acomment-reply,.activity #buddypress a.fav.bp-secondary-action {display:none !important;}
    #301037
    drbroemme
    Participant
    Hi, thanks for your reply. I would like to hide some more things. For more details please refer to this picture https://ibb.co/GV704MM 1) hide the "search courses" section 2) hide the "page 1 of 1" remark Thanks
    #301293
    Jackson
    Blocked
    Hello, go to appearance>>customize>>custom css and use code given below: .course .dir-search form#search-course-form {
    display:none !important;
    
    } .course div#pag-bottom #course-dir-count-bottom {
    display:none !important;
    
    } Thanks,
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide some stuff on the “my-courses” page’ is closed to new replies.