• The styling option in Evolve lets you change the content color from light to dark, which means light grey to almost black. I want my background color for content to be white. I’ve searched and can’t figure out how to do this.

    My site is: http://www.leavinglasvegaslive.com

    I got the sidebar widget background color to white. How can I change the background content color?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thanks for writing in,

    Firstly your website URL is not running at the moment so I can’t take a look into your setup. To achieve white background color in content you can add following code under Appearance > Theme Options > Custom CSS:

    .content.home.blog {
      background: #ffffff;
    }

    Hope this helps!

    Thanks.

    Hi dgsfny!

    I changed mine by going to:
    Appearence>Theme Options>Styling>Custom Content Color>Select Color>

    Then choose your favorite color with the convenient color picker

    I hope that this info will help you!

    Thread Starter dgsfny

    (@dgsfny)

    Thank you for the responses! I tried both options and still have the light grey background. Apologies regarding accessing the website, here is the link, it’s available now: http://www.leavinglasvegasalive.com/

    Hello emranemranx, I tried the code

    .content.home.blog {
    background: #ffffff;
    }

    in the Custom CSS field under Theme Options, the background color remains the light grey color. This is the entire custom code I have in that field:

    .content.home.blog {
    background: #ffffff;
    }

    .carousel-inner {
    height:300px;
    }

    .carousel-caption {
    background: transparent;
    }

    ———————————————————————-

    Hello mudante, I looked for Custom Content Color under Theme Options Styling, I have the option to change the Custom Menu Color but not Content Color. I am using the free version and wonder if that’s why.

    Best

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Background Color in Evolve Theme’ is closed to new replies.