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

    Hello support team,

    I am searching for the correct css-class of the pictures in the timeline to make them rectangular.
    I tried:

    .avia-timeline .milestone_icon {
        border-radius: 0! important;
    }

    But than I see round Bullets inside a grey rectangle. How can I get the pictures completely rectangular?

    Thank you very much!

    #1184286

    Hey Videmi,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1184309

    Dear Victoria,

    I send the URL via privat link.

    Best,

    Sven

    #1184565

    Hi Videmi,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner {
        border-radius: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1186091

    Hello Victoria,
    you are the best! Thank you very much!
    One more short question: Can I disable the lazyload function of the timeline?

    Best regards,

    Sven

    #1186443

    Hi Sven,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia_transform.avia_desktop .av-animated-generic {
      opacity: 1 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.