Daffuzz Posted October 30, 2017 Share Posted October 30, 2017 How to change background color, i need to white color change to picture but if is no easy, need to change to other color Link to comment Share on other sites More sharing options...
Daffuzz Posted November 2, 2017 Author Share Posted November 2, 2017 On 2017.10.31. at 2:27 PM, horiatb said: You just need to put something like this in custom.css file: body{ background: url('url_of_the_image'); } Just replace url_of_the_image with the actual image url. Or, for a different color, you can just specify its hex code like so: body{ background: #f0f0f0;//this would be red, or background-color: #f0f0f0;//this also works, or background-color:red;//this also works } Solved! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now