Change the backround image
- The topic ‘Change the backround image’ is closed to new replies.
Need help? Check out our Support site, then
Hi. I want to remove the transparent backround grey image and put a custom one. I am doing something wrong with css cant find a solution. Any help?
The blog I need help with is: (visible only to logged in users)
.postdata {
display: none;
}
.home #overlay {
background-image: none !important;
background: rgba{255, 255, 255, .5px;
}
#overlay {
background: url https://martsakiscom.files.wordpress.com/2017/09/background-03.png;
}
i want to keep the first 2.
I am not sure I understand exactly what you want to do.
To remove the overlay, the code is
#overlay {display:none;}
to add a background image to the whole website you can use the background panel under ‘Appearance – Customize – Background’
Thanks,
Edy