Borders on the homepage

Discussion in 'Andrina WordPress Theme' started by mrjsaul, Aug 23, 2013.

  1. mrjsaul

    mrjsaul New Member

    Joined:
    Aug 7, 2013
    Messages:
    7
    Likes Received:
    0
    How do I add a border around the page and also the 4 feature images on the homepage?
    Thanks,
    Josh
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .main-content{
    border:2px solid red;
    }
     
    .feature-content .feature-item img{
    border:2px solid red;
    }
    Inplace of "red" put your color code.
     

Share This Page