Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nicola.w

    (@nicolaw)

    PS. have tried simple things like border:0 in the html i have inserted as the post etc. nothing works!

    Doug M

    (@nes-native-english-services)

    Change this….

    #comments .avatar, .entry img, img.thumbnail {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    }

    to this…

    #comments .avatar, .entry img, img.thumbnail {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    }

    It’s in

    https://blog.attitudeclothing.co.uk/Fashion/wp-content/themes/spectrum/spectrum/css/effects.css

    You can play around with this a bit. You may not want to remove the shadow from all the elements.

    Cheers
    Doug

    ps…maybe you’ve got some ideas on this problem I’m having

    Thread Starter nicola.w

    (@nicolaw)

    Thank you very much indeed Doug, I really appreciate your help on that. I had no idea that effects file even existed… I’m still trying to teach myself coding etc so I’m a bit of a novice. Wish I could return the favour with your own conundrum !! Best of luck x

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help! can't remove image borders in posts’ is closed to new replies.