Blog background color

  • Unknown's avatar

    How do I change the background color on my blog home page? The color is grey and it doesn’t look good. I can’t read the text.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi

    You want to change the background color of the article that are there on the home page. If i am right here , You have to add background color in your css code here is the code that you need to update.

    old code in your css file

    #section-home .services-builder {
        margin: 0;
    }

    Updated Code to set your background color is:

    #section-home .services-builder {
        margin: 0;
        background-color: white;
    }
  • The topic ‘Blog background color’ is closed to new replies.