Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You can do it simply by pasting this in Virtue custom CSS box:

    img.light-dropshaddow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    Best regards.

    Hey,
    In your theme options> misc settings. Turn off the image border there.

    Kadence Themes

    Thread Starter lavamilkmike

    (@lavamilkmike)

    Hi, thanks for the responses.

    I’ve tried both of the suggested solutions and I still have the image borders/shadows.

    In your css you have:

    .page-header {
        border: none!important;
    
    img.light-dropshaddow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    That would need to be fixed to for this to work:

    .page-header {
        border: none!important;
    }
    img.light-dropshaddow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    I’m looking into why the button didn’t’ work.

    Kadence Themes

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

The topic ‘Removing image shadow/border’ is closed to new replies.