grey border around page

Discussion in 'Cloriato WordPress Theme' started by cbshanley, Jun 4, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Can we change the border color around the pages to be a Teal color? #39C0C4

    Thank you for all your help
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Go to images directory present in your theme directory and replace your images with present border images or edit it.

    The name of images are
    1. "top-cornor.png"
    2. "body_content_bg1.png"


    Note:- Use same name for your edited image and remove the current image.


    Thanks & Regards
    Gourav Shrivastava
     
  3. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    I'm sorry, but I wasn't clear. There is a border around the pages that is gray color and outlines the pages. We wanted to change that color to the teal?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .body-content {
    -moz-box-shadow: 0px 0px 3px #39C0C4;
    -webkit-box-shadow: 0px 0px 3px #39C0C4;
    box-shadow: 0px 0px 3px #39C0C4;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Hi,
    That worked, but it put a teal color on top of the grey border instead of replacing it. You can still see the grey as well? Is there a way to remove the grey border?
    thank you

    http://www.inspiredinteriordesigns.net/
     

Share This Page