Background on Nutrition Theme

Discussion in 'Nutrition WordPress Theme' started by lbrudycook, Apr 8, 2013.

Thread Status:
Not open for further replies.
  1. lbrudycook

    lbrudycook Guest

    Joined:
    Oct 3, 2012
    Messages:
    24
    Likes Received:
    1
    Hi there,

    Would it be possible to have CSS:

    1) to remove the brown/wood/panel look in the background and just have it white,

    2) and to also have the grey portion white as well?

    Thanks so much.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,
    1) For background
    Go to the
    Appearance > Theme options > General settings > Body background image
    And upload your image or just put "#" for white color background.

    2)
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #000;
    }
    .footer{
    background:white;
    }
     
  3. lbrudycook

    lbrudycook Guest

    Joined:
    Oct 3, 2012
    Messages:
    24
    Likes Received:
    1
    Thank you Nitesh!
     
Thread Status:
Not open for further replies.

Share This Page