Tagged: accordion slider, caption text
-
AuthorPosts
-
September 13, 2016 at 3:35 am #685461
I have the Title text set up vertically on the accordion slider, and would like to show the title at all times.
The problem i am having is that it also shows the “caption” text as well – which makes it look funky being half cut off. How would I set it up so that the caption text content only shows up on-hover, and then goes back to zero alpha when all sections are collapsed?thanks!
September 14, 2016 at 6:59 am #686162Hey jomo5280,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
RikardSeptember 14, 2016 at 4:35 pm #686472Ok, 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!
September 19, 2016 at 6:08 pm #688642Hey!
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!
JosueSeptember 21, 2016 at 8:56 pm #689984Perfect!
thanks you so much!September 22, 2016 at 6:59 am #690091You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
