Border and body

Discussion in 'Local Business WordPress Theme' started by bwdaugherty, Dec 6, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to change the border or (body wrapper) to black, and the featured content area to black background with white text. Please advise! thank you!
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_content {
    background: black;
    }
    .feature_contentbox h2,.feature_contentbox p {
    color: white;
    }
    .body_wrapper{
    border: solid 10px #000;
    }
    Thanks & Regards
    Pramod
     

Share This Page