• Resolved cwa10

    (@cwa10)


    Hi,
    I want to remove “instructor” and “category” from the header and I want to remove instructor from the body (next to curriculum). I’ve tried different codes, but it doesn’t work.

    Thank you in advance!

    KR
    Charlotte

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can try to use this CSS code to hide it

    
    #learn-press-course .course-info-left .course-meta-primary{
    display: none;
    }
    
    #learn-press-course-tabs .learn-press-nav-tabs .course-nav-tab-instructor{
    display: none;
    }

    Thanks

    Thread Starter cwa10

    (@cwa10)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove instructor and category’ is closed to new replies.