Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #960089

    Hello

    I am having some trouble removing the next and previous arrows on the side of the LearnDash lessons and topics.

    This previously worked but no longer does —
    #top .avia-post-nav { display: none !important; }

    Is there something else I can add to the Quick CSS to remove these arrows? They look very nice but do not match the LearnDash course mapping so users become confused.

    Thank you,
    Valerie

    #960638

    Hey Valerie,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #961672

    Hi Rikard,

    Thanks for the response.

    Thanks for the help
    Valerie

    #961685

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .single-sfwd-topic .avia-post-nav {
        display: none!important;
    }
    
    

    If that too does not work, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #962493

    Thank you!

    #962987

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Previous and next arrows on the side of posts’ is closed to new replies.