Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #638221

    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!

    • This topic was modified 8 years, 6 months ago by Metavrse.
    #638247

    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

    #638250

    Hi Basilis,
    I’m in the final week of development so the site link is in the private section. Thanks!

    #638791

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.