Hello,
Transparent how and what exactly?
Hi, I’m trying to make the page I set as the homepage transparent so you can see through it to the background image.
This is the default code in the theme that corresponds to the “white frame” around the content.
.wrapper-main {
background-color: #fff;
}
.wrapper-main {
background-color: transparent;
padding: 40px;
}
Tried changing color to transparent in he Editor but the actual page is still white.
Customize > Colors > Page Background Color > White
The rest of my pages are set as white but I’m trying to make the one page I set as the home page transparent.
Without a link to your website there is no way for me to guess what you’re trying to achieve and how/why it’s not working right.
Actually it did work when I viewed the website on Internet Explorer instead of Google Chrome for some reason it still shows up as white and not transparent but only in Chrome. It shows up transparent on my iPhone in both Safari and Chrome so I guess there’s something wrong with the Google Chrome browser on my computer. Thank you for your help!
Probably you simply had to do a hard-refresh (CTRL + R), to clean some of the cached files.
.wrapper-main {
background-color: transparent;
padding: 40px;
}
Actually this code changed all of the pages on the website to transparent. How would I change just one of the pages to transparent?
I am also looking for code to set a background image for the footer.
worked perfectly – Thanks!