Hide Admin

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #339344
    Food-interactive
    Participant
    Hello team, i would like to hide the admin in the course card. I tested this: .single-course # item-admins {display: none! Important;}. Unfortunately it doesn't work. Please help. Many Thanks http://prnt.sc/yzhdxz
    #339433
    Ada
    Participant
    Hi, Please shae your page URL where you want to hide this because when I checked your site. the course directory page was like this https://prntscr.com/z1zn0x So share page URL on which you want to hide http://prnt.sc/yzhdxz
    #341502
    Food-interactive
    Participant
    This is the site, i want to hide Food-interactive and the logo. Many thanks
    #341664
    Ada
    Participant
    Hi, Please use this css code in appearance>> customize>> custom css
    
    
    .page-id-560 .instructor_course {
        display:none !important;
    
    }
    
    #346524
    Food-interactive
    Participant
    Tank you, it work. Do you have a css code for the course in the dashboard? https://prnt.sc/10nj9tw Many thanks
    #346646
    Diana
    Participant
    Please share the page URL as well
    #350362
    Food-interactive
    Participant
    This reply has been marked as private.
    #350403
    Ada
    Participant
    Hi, Use this css to hide instructor detail in the course block
    
    #vibebp_member .mycourses .course_block .course_instructor {
        display:none !important;
    }
    
    #357402
    Food-interactive
    Participant
    Many Thanks, it works :-)
    #357463
    Veronica
    Moderator
    closed
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide Admin’ is closed to new replies.