• Resolved natalieheather

    (@natalieheather)


    Hi! I was just wondering if there was a quick fix for removing the small gray border to images within posts? Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does that theme come with a “Custom CSS” or similarly named section of the dashboard? Or are you using a CSS plugin or Child Theme?

    Thread Starter natalieheather

    (@natalieheather)

    There is both a “Edit CSS” and an “Editor” section under Appearance. Does that help?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In the “Edit CSS” section add this:

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

    Thread Starter natalieheather

    (@natalieheather)

    For some reason that didn’t work, but you helped me know what to look for to edit the shadow to 0px. Thank you for your help!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Make sure you transfer your changes out of the theme’s files and into the “Edit CSS” section or a Child Theme style.css file if you don’t want them to be erased when the theme updates.

    Thread Starter natalieheather

    (@natalieheather)

    Ok, I’ve done that. Thanks a lot – that would have been pretty unfortunate!

    I tried this and it did not work. Any other suggestions? I’ve been searching and trying I could find and still nothing has worked. About to lose my mind!!!

    @joycacchiola – please start your own thread and include a link to your site.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing border on post images’ is closed to new replies.