Background Color on Pages

Discussion in 'Woodpecker WordPress Business Theme' started by dddeads, Feb 18, 2014.

  1. dddeads

    dddeads New Member

    Joined:
    Oct 28, 2013
    Messages:
    22
    Likes Received:
    0
    Knowing you can change the overall background for the Theme, but my client has requested to change the color of the background of each page (presently white). That would also include the front page where all the features are showcased. Is that possible? If so, how?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-container {
    background: red;
    }
    .page-post-container-wrapper {
    background: red;
    } 
    In place "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page