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

    Is there any setting to remove or edit the translucent layer that appears over thumbnails on the post slider when you hover your mouse over them?

    #123370

    Hi,

    You can add this on your custom.css or Quick CSS

    .image-overlay {
    background: transparent;
    }

    If you want to remove the circle, use this instead.

    .image-overlay {
    display: none;
    }

    Regards,

    Ismael

    #123371

    Thanks for the help Ismael.

    .image-overlay {

    background: transparent;

    }

    works fine but the other command to remove the circle doesn’t work.

    #123372

    Hi,

    Use this to remove the circle.

    .image-overlay-inside {
    display: none;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove translucent layer on post slider during hover’ is closed to new replies.