Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43436
    Simona
    Participant

    Hi Sakin
    I’m using the catch everst pro theme. I would like to remove the grey border around the whole page. (tried the codes above but it doesn’t work) I hope you can help me.
    http://test.capcargo.com
    Thanks
    Simona

    #43464
    Sakin
    Keymaster

    @Simona: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

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

    Hi Sakin

    Thank you for your help, but unfortunately it doesn’t work. Can I try another one?

    #43590
    Sakin
    Keymaster

    @Simona: Sorry I was giving you the css to remove the grey border in the image. You can remove that. Then add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site { box-shadow: none; }

    #43598
    Simona
    Participant

    Thanks it works. 🙂
    Best regards from Switzerland
    Simona

    #43602
    Sakin
    Keymaster

    @Simona: Nice and best regards from Nepal 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove grey border’ is closed to new replies.