I’m trying to put in a background picture and I want to type my text onto it, but I can’t seem to get rid of this white body background. I’ve tried the following codes but am not having any luck:
/* Changed colour of navigation bar */
#site-navigation {
background-color: transparent !important;
}
/* Changed background to transparent to allow background image to show*/
.site-header {
background-color: transparent;
}
body {
background-color: transparent;
}
Any help would be greatly appreciated. Here is the website: tommy-jade.com
]]>You need to have this css code:
.container, .site-header, .site-content {
background-color: transparent;
}
This is the result that you want? https://snag.gy/IqsaAQ.jpg
Cheers!
Catalin ??
I’m not sure why when I changed the .site-header it didn’t work. Did I have to do all 3 of those parts together?
Thank you so much anyway ??
]]>I’ve tried all combinations of this:
.widget-area, .about, .search-field {
background-color: transparent;
}
Any help would be appreciated ??
]]>