Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Let’s see a page with the isseu
Hey there,
Thanks for trying out my theme. Just a few questions.
Did everything appear in the customizer preview window properly when you made the changes? Did you try refreshing the page and clearing your cache?
DOH! never mind I see what you are saying.
The background colors of the main containers are preventing you from seeing the background image.
Add this to your child theme css:
.header_container,
.nav_container,
.content_container,
.sidebar_container,
.footer_container {
background-color: transparent;
}
this should turn off the background color and allow your image to be seen. I think I am going to have to rethink that particular part of the theme…lol
Thanks for bringing it to my attention. Make sure you leave a rating. Enjoy!
Just needed the !important declaration. I can now see the background image as expected!
.header_container,
.nav_container,
.content_container,
.sidebar_container,
.footer_container {
background-color: transparent !important;
}
Thanks for taking a look!
Ah yes I forgot the !important – Glad you got it working the way you wanted. As I mentioned, I am going to rethink that particular part of the customizer. I think I am going to take out the color option for the containers and put those back into style.css – it just makes more sense to me.
Thanks again and enjoy!