• Hello,
    I have been reading the forums to find an answer but in my style.css I am not finding the same coding that everyone has been referring to.
    I also know nothing about coding so I could just be missing it.
    My website is http://www.liverandomlysimple.com

    I really want the boxes removed so my images do not pop off of the page.
    Thanks so much
    Jess

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t see any shadows on your images. BTW, don’t modify theme files – or those changes will be lost when your theme is updated.

    Try this:

    .entry-content img {
    box-shadow: 0 0 0px;
    }

    (Copy and paste inside Appearance –> Edit CSS)

    Thread Starter jessbures

    (@jessbures)

    They are very tiny. I only see them from the desktop but not on my cell phone. I can see it mainly on the top and bottom of the images, and at the end of my post where my XOXO, Jess image.

    I put everything back to how i had it. Originally I read a post in the forums that said to change what Normalize is suggesting but in the style.css

    my box-shadow was 0, 0 ,5px (0,0, .15)
    and there were two other lines of code that had the same numbers. so I changed them to 0. and it didnt do anything so I put it back because I didnt want to mess anything up.

    I am really clueless when it comes to coding so when you say put it in appearance-edit css well I dont see that. I have an editor in my appearance section and that is where I originally tried to change the code. but there is no spot that just says CSS there is a list of templates and the only one that says CSS is STYLE.CSS
    Am i looking in the wrong spot?

    Thank you for helping me figure this out. It is driving me crazy.
    Jess

    David_G

    (@questas_admin)

    The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:

    https://codex.wordpress.org/Child_Themes
    http://op111.net/53/

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

The topic ‘Shadow Boxes around Images’ is closed to new replies.