Tagged: timeline
Servus,
can I get rid of the arrows in the new feature “timeline”? So to speak: I want to use only 3 items horizontally and nothing more to scroll.
Btw: Thanks for your great work! Keep it up!
Hey Dieter,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class .av-timeline-nav {
display: none;
}
Best regards,
Yigit
Hey Yigit, thank you for your help, but I’m afraid that didn’t work. My horizontal timeline still shows the arrows. Is there something else I may have a look at?
Hi,
Please try changing the code to following one
.my-custom-class .av-timeline-nav {
display: none;
}
and if that does not work either, please post WP admin logins here privately so we can look into it :)
Best regards,
Yigit
Still doesn’t work.
Hi,
I changed the code to following one
.av-timeline-nav {
display: none;
}
Custom CSS class is not being applied. We will report it to our devs as well :)
Best regards,
Yigit
And I was afraid it was my fault. ;-) Great you could fix that. Thank you for your help again.
Regards
Dieter
Hi,
Glad we could help!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay