Hide some stuff on the activity page

Home Forums Legacy Support Support queries Styling issues Hide some stuff on the activity page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301040
    drbroemme
    Participant
    Hi, I would like to hide some stuff on the my courses > activity page. For details please refer to this picture https://ibb.co/VqWPYX4 1) Hide course section in the menu 2) Hide the bar in the picture Thanks
    #301290
    Jackson
    Blocked
    Hello, Okay goto appearance>>customize>>custom css and use code given below: https://prnt.sc/ucs3sd body.activity.bp-user.my-activity div#subnav ul li#course-personal-li{
    display:none !important;
    
    } body.activity.bp-user.my-activity div#whats-new-content #whats-new-textarea{ display:none !important; } Thanks,
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide some stuff on the activity page’ is closed to new replies.