Instructor page remove submeny + base

Home Forums Legacy Support Support queries Styling issues Instructor page remove submeny + base

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212030
    kyopitaimi
    Participant
    Dear WPLMS, When somebody click the instructor link in my course page (non-logged in), I get a submenu and other things I do not want in this page (see picture). Please show me how to take these away. (prnt.sc did not work for the moment, so I uploaded screenshot to other place.) https://pasteboard.co/IhI8qIn.jpg Have a nice day and thank you!
    #212119
    maximus
    Member
    Hello To remove this: http://prntscr.com/nxbmcl add this in wp-admin->Appearance->Customize->Custom CSS

    li#achievements-personal-li {

        display:none;

    }

    To remove this:http://prntscr.com/nxbmum   add this below code

    .item-list-tabs ul li#public-personal-li {

        display:none !important;

    }

    And this http://prntscr.com/nxbnca add this custom css below

    i.icon-plus-1 {

        display:none;

     

    }

    but this icon shows the more items which are not visible in a single block. And for last the base block add this below code

    .profile .bp-widget.base{

        display:none;

     

    }

     
    #212262
    kyopitaimi
    Participant
    Thank you maximus!
    #212368
    maximus
    Member
    @kyopitaimi Your issue has been resolved. Closing the topic...
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Instructor page remove submeny + base’ is closed to new replies.