• Resolved Han Gi?m Can

    (@hangiamcan)


    Hello.
    Currently the tabs of my course are in the following order:
    Description, Curriculum, FAQ, Announcement, Reviews.
    Can you tell me how to change the order of tabs into:
    Description, Curriculum, Reviews, Announcement, FAQ.
    I went into the plugin to fix it but it didn’t work.
    Thank you very much!

Viewing 1 replies (of 1 total)
  • Plugin Support supportstylemix

    (@supportstylemix)

    Hi,

    Please use the following custom CSS in order to order the course tabs as you have mentioned:

    .nav.nav-tabs>li:nth-child(1){
    order: 1;
    }
    .nav.nav-tabs>li:nth-child(2){
    order: 1;
    }
    .nav.nav-tabs>li:nth-child(3){
    order: 5;
    }
    .nav.nav-tabs>li:nth-child(4){
    order: 4;
    }
    .nav.nav-tabs>li:nth-child(5){
    order: 3;
    }

    regards

Viewing 1 replies (of 1 total)
  • The topic ‘Change the order of the tabs in the course’ is closed to new replies.