Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9975
    xpyouth
    Member

    Hi Sakin,

    How do I remove the shadow around the body of each page? When the background is light colored, the shadow is really clear. I would rather have a clean line without any shadow.

    http://www.xpyouth.org

    Thank you in advance.

    #10017
    Sakin
    Keymaster

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

    #10455
    chipbphoto
    Participant

    I am inserting an image in the Right Header Sidebar and it automatically has a shadow around it. Is there a way to remove this on images in this area only? (not the entire site)

    Thank you for your help

    #10462
    Sakin
    Keymaster

    @chipbphoto: Send me your site URL?

    #10501
    chipbphoto
    Participant

    Here it is: http://www.beingvalued.com I would like to remove the shadow that is around the Email/phone plate in the top right header.

    #10536
    Sakin
    Keymaster

    @chipbphoto: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-right img { box-shadow: none; }

    #10544
    chipbphoto
    Participant

    Perfect – thanks you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Shadow Around The Body’ is closed to new replies.