Change template css [closed]

-1

This Site is template-based and I have access to CSS of it ; but I'm trying to change the color of the background (All white - As attached images) and I do not find in the css where to change ... With this, I would like to help to change the parts as above.

    
asked by anonymous 27.03.2016 / 19:30

1 answer

2

In the "contact" page where I saw the class responsible for the light color is

#wrapper #main {
  font-family: 'PT Sans Narrow', sans-serif;
  background-color: #f8f7f0;
}

Just change the # f8f7f0 to the desired color.

The "cross-keys" link I believe is the same class as above. Make the background color change and see if it worked.

    
27.03.2016 / 19:43