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

    (@briantp)

    Hi,

    I’m so sorry, we don’t have the option to change order of tab.

    Thanks

    Frank B.

    (@frankbiganski)

    Hi Brian,

    I’ve been wanting to do this as well. I got the following CSS to move the Curriculum tab to the first position, but it’s not the default tab.

    .course-nav.course-nav-tab-curriculum {
    order: 1;
    }
    .course-nav.course-nav-tab-overview {
    order: 2;
    }
    .course-nav.course-nav-tab-instructor {
    order: 3;
    }

    I’m not a coder but I use Chrome Developer Tools to create custom CSS. Is the LP team able to provide additional or proper CSS that can help us out?

    Happy Holidays!

    Frank
    thedronecoach.io

    \learnpress.4.2.6.8\learnpress\templates\single-course\tabs\tabs.php:
    18 }
    19
    20: $active_tab = ‘overview’;

    curriculum
    globalvisacards.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.