• Hello. Love this theme, however there are moments when I don’t want the automatic (grey) borders around photos that I post on my blog. Is there a code I need to put in or a code I need to take out from the original .CSS to be able to fix this?

    My blog site is: http://www.loveantoinette.com

    Thanks!

Viewing 1 replies (of 1 total)
  • hi,
    create a child theme.
    then put in style.css

    .entry-content img, .comment-content img, .main .widget img, img.header-image, #author-avatar img, img.wp-post-image {
    border: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing borders around photos’ is closed to new replies.