Viewing 8 posts - 21 through 28 (of 28 total)
  • Author
    Posts
  • #21137
    Michael Vigue
    Participant

    I am trying to remove the gray border from my site http://www.salemicenter.com/susanriachdesign

    I tried each of the options below – any help would be appreciated.

    #site-logo { box-shadow: none; }
    #img.header-image { box-shadow: none; }

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

    #main #content .post-img a, #main #content img { border: none; }

    #21145
    Sakin
    Keymaster

    @Michael Vigue: You need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { box-shadow: none; }

    #21246
    Michael Vigue
    Participant

    Thank you…

    #107620
    Jasper
    Participant

    Hi, I’m using Catch Everest Pro, I have already followed your css on how to remove default shadow on images.

    But, I’m still having shadow on my PayPal button. can you give me a code to remove this?

    Thanks!

    #107621
    Sakin
    Keymaster

    @jaspergfernandez: Can you post in your site URL and then I can check in your paypa button code.

    #120209
    harshithmanda
    Participant

    http://bestandcheap.in/services-4/

    how to remove the border from the images in servicing page

    #120210
    Sakin
    Keymaster

    @harshithmanda: You have posted question in wrong support forum. This is forum for Simple Catch Pro theme. Also, we only support theme by us, that is Catch Themes. But you are not using our theme. So, please post in your theme author support forum.

    You might want to try adding following css in “Appearance => Customize => Additional CSS” box:

    .page-id-1040 .page-content img { border: none; }

    #120211
    harshithmanda
    Participant

    Thanks alot man you saved my day.

Viewing 8 posts - 21 through 28 (of 28 total)
  • The topic ‘remove default border from images’ is closed to new replies.