Hi,
Is it possible to make the Avia Timeline Bullets square instead of round, with no background? I’d like to put company icons (jpegs) in the bullets, which are all different proportions and shapes.
Thank you!
I tried this code found on https://kriesi.at/support/topic/timeline-rectangular-pictures/:
.avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner {
border-radius: 0;
}
It did not work after entering it in the Custom CSS window and I also tried themes/enfold/css/custom.css. I cleared the cache twice in the browser and in Enfold with each attempt.
Hi,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
I posted that privately yesterday afternoon with login. I will post it here again. Thanks for any help you can give.
Please note the page is a test, not live.
Hi eodesign,
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
#top .avia-timeline .milestone_icon,
#top .avia-timeline .milestone_inner {
border-radius: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much Victoria..
For the other part of my question, is it possible to make the background of the squares transparent?
I put in this CSS, please let me know if there is a better way to do it:
#top .avia-timeline .milestone_icon,
#top .avia-timeline .milestone_inner {
background-color:#ffffff;
}
Thank you again.
Hi eodesign,
This is a way to do it.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
Thank you again Victoria.
Solved, you can close this one.
Hi eodesign,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria