Viewing 4 replies - 1 through 4 (of 4 total)
  • Find the below code on style.css line 1781

    .entry-content img,
    .entry-content .wp-caption {
    box-shadow:0 3px 3px rgba(0,0,0,.05);
    height:auto;
    padding:5px;
    /* border:1px solid rgba(255,255,255,.95); */
    background:rgba(255,255,255,.8);
    }

    and make background: none;
    It may work for you.
    Note: Child theme is recommended to customize theme.
    Thanks

    Thread Starter iandk

    (@iandk)

    Thank you WEN. It worked after removing the box shadow also ??

    I will have to look into how to make a child theme – I bet there are youtube videoes showing you how? ??

    Thanks again for your help, looks much better with the pictures now ??

    If your issue is solved, please mark this ticket as resolved.
    Thanks

    Thread Starter iandk

    (@iandk)

    opps sorry, solved ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme Evolve: Cannot remove borders around pictures on pages’ is closed to new replies.