• Resolved h4x0rjdag

    (@h4x0rjdag)


    Hello I’m not sure which of these two plugins I want to use but whichever one I go with, I want to always show the title, then on hover have all the info shown. I was trying to do it with custom CSS added but I must’ve been doing it wrong. Thanks in advance for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @h4x0rjdag ,

    As per as HTML structure of the Filterable Gallery hover block, This is not possible to keep only Title.
    This is a good idea. I will inform this to our team. If we get more request like this, We will work on it future.

    Thanks!

    Thread Starter h4x0rjdag

    (@h4x0rjdag)

    Thanks for the quick reply. Does that mean this is doable for the “Image Accordion” ?

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @h4x0rjdag ,

    You can done this with Image Accordion.
    You can add this CSS to get it done:

    .eael-img-accordion .overlay-inner h2 {
        visibility: visible;
    }

    Let me know how it goes!

    NOTE: I highly recommend you to add some unique class name of your widget and write CSS on that class for good practice.

    Hi,
    same problem.
    I wish to always show the title and then the description when the accordion is hover.
    The CSS command doesn’t work.
    Any tip?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Always display title in Image Accordion and Filterable Gallery’ is closed to new replies.