Changing the background color affects all other colors. What to do?

  • Unknown's avatar

    Hi,

    When I try to change the background color to a lighter shade, the labels on below posts change and so does the title color. How do I change only the background and keep all other colors as it is?

    Thanks,
    Divya.S

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

  • Unknown's avatar

    Hi Divya,

    Add this to your Custom Design => CSS:

    body {
        background: none repeat scroll 0% 0% rgb(51, 51, 51);
    }

    Replace rgb(51, 51, 51) with the color code you like.

  • The topic ‘Changing the background color affects all other colors. What to do?’ is closed to new replies.