How to change course curriculum style

Home Forums Legacy Support Support queries Setup issues How to change course curriculum style

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #344877
    MMH_Learning
    Participant
    Hi, I want to change my course curriculum style. Currently my curriculum style like this https://prnt.sc/10h8t7m I want to change like this https://prnt.sc/10h8u00
    #344972
    Ada
    Participant
    Hi, You can use different course layout from appearance>> customize>>layouts , if you do not like this layout. If you want to hide the unit icon like in this https://prnt.sc/10h8u00 then you can add this css in appearance>> customize>> custom css
    
    .single-course .course_curriculum td.curriculum-icon {
        display:none !important;
    }
    
    #345049
    MMH_Learning
    Participant
    Thanks for css But what i was saying is In my site after clicking course unit name thn i can see unit details. But i want to show unit details bellow course unit name. Like other site that i mentioned. I want like this Section name Unit name Unit details 1 Unit details 2
    #345264
    MMH_Learning
    Participant
    This reply has been marked as private.
    #345390
    Veronica
    Moderator
    hi i think this will help you https://wplms.io/support/forums/topic/wplms-modern-detail-in-curriculum-shows-unit-contents-not-excerpt/
    #345435
    MMH_Learning
    Participant
    This reply has been marked as private.
    #345702
    Veronica
    Moderator
    hi please change the course layout from: Appearance > customize > Layouts and make sure that no course layout should be assigned to the course in the edit course section
    #345766
    MMH_Learning
    Participant
    i have done this using custom css thanks
    #345795
    Veronica
    Moderator
    ok thanks for your confirmation closing this one
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to change course curriculum style’ is closed to new replies.