• Resolved pbadam

    (@pbadam)


    link is liferootsglobal.com

    I tried adding this code in custom css but the image borders are not gowing away

    .wp-caption .wp-caption-text {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • CrouchingBruin

    (@crouchingbruin)

    You are very close. Take the rule in your custom CSS and add a period before entry-content, like this:

    .entry-content img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    Thread Starter pbadam

    (@pbadam)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove image borders’ is closed to new replies.