change background

Discussion in 'Compass WordPress Theme' started by brucej, Jul 14, 2014.

  1. brucej

    brucej Guest

    Joined:
    Jun 30, 2014
    Messages:
    6
    Likes Received:
    0
    how can I change the website background? I try to dissable the background image in the body
    body.compass_theme {
    background: url("images/bg-red.png") repeat-x scroll center top #b66647;
    }
    but it reveals a different color and I cannot find where to edit this? we just want to have a solid color in background.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    There is no need to put any css code for this.
    Go to the Appearance > Theme options > General settings > Background Image. And upload any solid color image there.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Is there a particular size image that should be used? Such as when you have a color that fades?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    There is not a particular size for the image, but use large image in background.


    Thanks & Regards
    Yogesh Bhade
     
  5. kreyenhop

    kreyenhop New Member

    Joined:
    Aug 13, 2014
    Messages:
    4
    Likes Received:
    0
    Location:
    Worpswede Germany
    Hi,

    how it can be the background color tor #ffffff?

    Thanks

    Sven
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Sven !

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

    Code:
    body {
    background: white;
    }
    Please provide URL of your website if issue is not resolved.

    Thanks & Regards
    Pramod
     

Share This Page