• alabius

    (@alabius)


    Please is it possible to hide curriculum from none logged in users?

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

    (@briantp)

    Hi,

    You can try add this CSS code to your theme

    
    .logged-in #learn-press-course-tabs .course-nav-tab-curriculum{
    displya: block !important;
    }
    #learn-press-course-tabs .course-nav-tab-curriculum{
    displya: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Hide Curriculum tab’ is closed to new replies.