I want to change the brown colour that is the background but I cant seem to change it, no matter how many colors i change in the css file.. i have changed all the places where colour is entered, backgroundcolor, but nothing changes.. please help!
I want to change the brown colour that is the background but I cant seem to change it, no matter how many colors i change in the css file.. i have changed all the places where colour is entered, backgroundcolor, but nothing changes.. please help!
2
Answers
Try it by adding !important i.e
background-color: red !important;
since you have not provided the css code, we cannot help you precisely.
Try adding the following code to the CSS file:
If it doesn’t help, please provide the CSS code so we can investigate the issue further…