Hi,
In responsive mode, how do I hide the excerpt on inactive slides and then move it to the right of the title when the slide becomes active? Here’s a crude illustration of what I’m trying to accomplish:
I’d also like the black overlay to extend over the entire image to make the excerpt readable, if possible.
Thanks in advance!
Hi Metavrse!
Please provide us a link of your web site, with the slider placed, so we can get the correct slider elements and do the rest to assist you.
Thanks a lot for your patience and understanding!
Regards,
Basilis
Hi Basilis,
I’m in the final week of development so the site link is in the private section. Thanks!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .aviaccordion .av-accordion-text-center {
float: right;
width: 100%!important;
}
.aviaccordion-preview * {
color: transparent!important;
}
.aviaccordion-slide:hover .aviaccordion-preview * {
color: white!important;
}
Best regards,
Yigit