Hover shadow

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

    bronis.tomas
    Participant

    Hi, how do I remove the shadow behind this block on hover please? It is an Information box carousel

    Attachments:
    You must be logged in to view attached files.
    #522810

    Hung Pham
    Keymaster

    Hi bronis.tomas,

    Thanks for reaching to us.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #522828

    bronis.tomas
    Participant
    #523050

    Hung Pham
    Keymaster

    Hi bronis.tomas,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .wd-info-box.box-style-bg-hover:hover {
        box-shadow: none;
    }

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)