• Hi,

    I’m enjoying your plugin and his visual quality. Thank you !

    I have a question about the interactive banner :

    Is it possible to edit the overlay color only on image hover ?

    When i edit the color, the overlay is showed correctly but constantly on normal and hover.

    If i don’t edit the overlay, the default color is grey and appears only on hover.

    Thank you in advance,
    Vincent

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hello Vincent,

    You are welcome ?? I’m glad that you are happy with my plugin ??

    Try to use custom css code below for that purpose

    .evc-interactive-banner:hover .evc-ib-content-wrapper {
        background-color: rgba(156,156,156, .4) !important;
    }

    just set your color and save.

    Best regards,
    Nenad

    Thread Starter Vince

    (@vncdpllr)

    Alright ! you find it.

    Thank you !

    Best regards,
    Vince

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Interactive banner overlay color’ is closed to new replies.