Hello,
I am currently trying out the DW Minion theme for my blog (which is not published yet), and I wanted to know if it’s possible to add an image as background, instead of the current white (color) one. I searched through the customization options and didn’t see anything regarding a background image. Thanks!
1 Answers
Hi,
If you want to change the background image in the DW Minion theme, you can add the following code to the style.css file:
@media (min-width: 1200px) {
#page {
padding: 50px;
}
body {
padding: 100px;
background-image: url('http://your-site/wp-content/uploads/2015/06/background.jpg');
}
}
After adding code, you can upload your image into the Media then copy the URL FILE in the right hand side.
Note: Only work on the Desktop and not in the other device(Mobile,Ipad).
Hope this helps !
Please login or Register to submit your answer