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
Hey Valerie,
Could you post a link to where we can see the elements in question please?
Best regards,
Rikard
Hi Rikard,
Thanks for the response.
Thanks for the help
Valerie
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
Thank you!
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