Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #949093

    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!

    #949109

    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

    #949155

    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?

    #949157

    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

    #949170

    Still doesn’t work.

    #949171

    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

    #949476

    And I was afraid it was my fault. ;-) Great you could fix that. Thank you for your help again.

    Regards
    Dieter

    #949519

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Timeline customization’ is closed to new replies.