• Ok, so if you head to this page you’ll notice that there’s a “wrapper” around the images on the page that I can’t figure out how to eliminate. I’ve tried looking in stylesheet etc. but no luck. Any advice?

    http://hustleandglamour.com/vitamincbenefits/

    I’m also looking to get rid of that string under posts that says “0 comments” – I don’t want it there at all. I just want it to say “Leave a reply” and then show the FB comment box.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Does your theme have Custom CSS? Try adding this there:

    .entry-content img, .entry-content .wp-caption {
        border: 0;
        box-shadow: none;
    }

    It looks like you are using a commercial theme, so for additional help, you should ask the vendors of the theme.

    Thread Starter gimmejakesauvage

    (@gimmejakesauvage)

    That worked perfectly! Holy moly you’re good, ahaha! Any clue on how to remove the comment count as well?

    I’m sorry but as you are using a commercial theme, you need to seek further support from the theme’s developer/vendor. We do not support commercial products here.

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

The topic ‘Theme:Evolve – Trying to remove borders around images.’ is closed to new replies.