• Resolved huus57

    (@huus57)


    I’m having an issue with my site https://www.huus57.com.

    I don’t want any lines or shadows around my images, and no such things show up when I view my site on safari. However, shadows or lines are clearly visible on Chrome (images are pngs). How do I remove all shadows and lines on my blog? Any help appreciated, thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Well, your images have a border. It’s all set in your style.css.
    How comfortable are you with playing around with CSS ?

    Use Custom CSS Manager and add this code:

    .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border: none;
    }

    Thread Starter huus57

    (@huus57)

    hm i installed custom css and cut and pasted the above, but it didn’t seem to change anything :/

    Sorry, try this:

    .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    box-shadow: none;
    }

    Thread Starter huus57

    (@huus57)

    perfect, thanks! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘shadow/line around header and sidebar img in chrome but not safari’ is closed to new replies.