CSS code for a coloured border around main content area?

Discussion in 'GoldenEagle WordPress Theme' started by gavinbrooks, Mar 21, 2014.

  1. gavinbrooks

    gavinbrooks New Member

    Joined:
    May 23, 2013
    Messages:
    13
    Likes Received:
    0
    Location:
    Loudwater, High Water, United Kingdom
    Can I have some help for custom CSS code to add a red border around the edges of the main content boxes and the boxes below it please?
    Thank you
    Gavin





     

    Attached Files:

  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_container{
    border:3px solid red;
    }
    .feature-content{
    border:3px solid red;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page