Homepage - White Board on Photos

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Apr 29, 2015.

Thread Status:
Not open for further replies.
  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hi,

    I'd like for the photos on the homepage to have a white boarder since to make the images more visible against the black photo background image.

    www.squirrlit.com
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper .featured_content .featured_thumb .post-thumb {
      border: 2px solid white !important;
    }
    .jcarousel-skin-tango li .post-thumb {
      width: 256px;
      border: 2px solid white !important;
    }
    Thanks,
    Praveen
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page