Tagged: accordion slider, caption text
Hey jomo5280,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Ok, I have posted the link in the Private Content Field.
Also, while look at my issue with the Titles – can you see how i would turn those on in mobile responsive view as well? as they are off by default.
Thank you!
Hey!
Try adding this code to General Styling > Quick CSS:
#top .aviaccordion-title-on-hover .aviaccordion-preview {
opacity: 1;
filter: alpha(opacity=1);
}
#top .aviaccordion-title-on-hover .aviaccordion-preview .aviaccordion-excerpt{
opacity: 0;
filter: alpha(opacity=0);
}
#top .aviaccordion-title-on-hover .aviaccordion-active-slide .aviaccordion-preview .aviaccordion-excerpt{
opacity: 1;
filter: alpha(opacity=1);
}
#top .aviaccordion.av-animation-active .aviaccordion-slide, #top .aviaccordion-title-on-hover .aviaccordion-preview .aviaccordion-excerpt{
-webkit-transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
transition: all 0.7s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
Cheers!
Josue
Perfect!
thanks you so much!
You are welcome, glad to help :)
Regards,
Josue