• The ‘purchased courses’ subtab, on the ‘Courses’ tab of the lp-profile page currently displays options for:

    All
    Finished
    Passed
    Failed
    Not enrolled

    I want to remove the tab options for ‘finished’, ‘Passed’ and ‘Failed’ – how can I do this? Is there some CSS you can suggest?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    You can use this CSS code

    
    .profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu .finished, .profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu .passed
    .profile-container .profile-tabs .learn-press-subtab-content .lp-sub-menu .failed{
        display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove course options from lp profile page’ is closed to new replies.