• Resolved marjaanneli

    (@marjaanneli)


    The “Next” and “Previous” arrows on the bottom of each lessons do not take you to the next or previous lesson. I have 4 lessons in each section, but the arrows jump from first to third lesson, or from first to last lesson. The “Next” and “Previous” buttons on top of the arrows, which I can put there or remove easily, are in correct order. I have tried to start from scratch, to be sure that every section and lessons is done in the right order, but it didn’t help.

    How can I make the arrows actually take you to the next or previous lesson, or how can I remove the arrows altogether, as the buttons are enough?

    I have LifterLMS Customizations and LifterLMS Labs.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @marjaanneli

    By chance are you using Astra as your theme?

    If so we can give you some information on how to remove those arrows!

    Thanks and take care,

    Thread Starter marjaanneli

    (@marjaanneli)

    Hi Natalie, thanks for replying so quickly, but no. what a pity. I use Twenty Seventeen. Is there anything that can be done?

    Hi @marjaanneli

    You can use CSS to remove that portion.

    Go to your dashboard and then go to Appearance >> Customize >> Additional CSS and add the below code to the box provided:

    .nav-links{
     display: none;
    }

    Make sure you click publish changes.

    Let us know how it goes.

    Regards,

    • This reply was modified 3 years, 4 months ago by Toyin.
    Thread Starter marjaanneli

    (@marjaanneli)

    Yes, this worked! Thank you so much, I’m very grateful!

    You’re welcome @marjaanneli

    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Lessons Next and Previous Arrows’ is closed to new replies.