Nutrition Pro

Discussion in 'Nutrition WordPress Theme' started by bracebridgebrand, Mar 14, 2013.

  1. bracebridgebrand

    bracebridgebrand New Member

    Joined:
    Feb 3, 2013
    Messages:
    1
    Likes Received:
    0
    Can I change the colour of the body of the pages? currently they are set at an off-grey colour

    How?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .full-content .main-content {
    background: transparent;
    }
    .index-content-wrapper {
    background: transparent;
    }
    .full-content {
    background-color: violet;
    }
    This will solve your issue.
     

Share This Page