Change css of templates

Asked

Viewed 277 times

-1

That one Website is template-based and I have access to CSS of it; but I’m trying to change the background color (All white - As attached images) and I can’t find in css where to change... With this, I would like to help to change the parts as mentioned above.Imagem 1Imagem 2Imagem 3

  • Voting to close and negative because this question will not help anyone in the future. Nice that you fixed your question, but it’s not the kind of question useful here...

  • Then explain how to delete it... No use to anyone else anyway, so there are no others to give downvotes. Thanks!

1 answer

2


On the "contact" page I saw the class responsible for the light color is this

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

Just change the #f8f7f0 for the desired color.

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

  • 1

    I accessed your CSS and it’s still the same background color

  • Dear colleague, I apologize... Your answer was correct... I tried it at home but it hadn’t worked; I tested it now here at work and it worked; so I downloaded my home pc and cleaned the browser and tested it again and it worked; my browser was full cache and the like. Logico that now I returned to normal, and later put the desired color; but anyway I already marked the answer as correct.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.