Change background behind three-column and feature areas

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Feb 18, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I changed the "body" background and that worked, but the area behind the three-column feature area and other feature areas is still white. I would like to change that to black. Can you help?
     
  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:
    .content-container {
      background: #000;
    }
    
    Thanks & Regards
    Pramod Patel
     

Share This Page