Remove Slider image border

  • aerudo

    #1699

    Here’s the way to remove border from image used in slider…

    Just add next 5 lines bellow in Custom CSS field:

    .sliderpost_featured_image img {
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
    }

    It tooks couple hours to discover the right lines!

    Mod

    Kenneth John Odle

    #16915

    You can also use the value none as well:

    -moz-box-shadow: none;

    etc.

    Thanks for the tip. Don’t forget to put code between backticks.

    Ken

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

  • You must be logged in to reply to this topic.