background colour

Discussion in 'Local Business WordPress Theme' started by mirjam, Jan 31, 2013.

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

    mirjam New Member

    Joined:
    Feb 13, 2012
    Messages:
    13
    Likes Received:
    0
    Hello, anybody can help me how to set a background colour in the Local Business Theme? I know there a some given background patterns to upload. But what I have to do when I like none of them really and just want to set a colour I like as the background? Thank you very much for your answer!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> theme options -> styling options -> custom css
    Code:
    body{
    background: red ! important;
    }
    instead of 'red' you can write your own color or color code.

    This will solve your issue.
    Thanks.
     
  3. mirjam

    mirjam New Member

    Joined:
    Feb 13, 2012
    Messages:
    13
    Likes Received:
    0
    Dear Piyush, THANK YOU so much for your help and quick answer! It worked perfectly! Awesome!
     
Thread Status:
Not open for further replies.

Share This Page