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!
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
Dear Victoria,
I send the URL via privat link.
Best,
Sven
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
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
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