Dear Experts,
I am having visibility issue for timeline icons on “responsive”.
Kindly take a look at the picture below:
How can I fix this?
Thank you in advance.
Hey samconag,
I’m not able to recreate that issue. Which device and/or browser are you using?
Best regards,
Jordan Shannon
iPhone
Safari
Hi,
Try adding the following to quick css:
.avia_transform .avia-timeline-vertical .avia_start_animation .milestone_icon{
opacity:1!important;
}
Best regards,
Jordan Shannon
Dear Jordan,
Nope, it didn’t work out on my iPhone.
Anyone? Please?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Icon color */
#top .main_color .avia-timeline .milestone_inner {
background-color: #db0404!important;
opacity: 1!important;
}
/* End CSS */
Best regards,
Vinay
Hi Vinay,
Thank you
It’s NOT working on safari or even Chrome on my iPhone.
Can you try by yourself?
Hi,
Perhaps give this recent fix a try:
Best regards,
Jordan Shannon