How can I set the Page Background Color to transparent?
-
How can I set the Page Background Color to transparent?
I’ve tried various options in Additional CSS such as:.site-content-contain {
background-color: rgba(255, 255, 255, 0.9);
}
And.main-inner, .main, #comments {
background-color: transparent;
}with no luck.
I’m using:
Twenty Sixteen via Gutenberg
I’ve set it to red – See: http://www.dashroadmap.xyz/ -
Hey there,
The following CSS will change the current red background to transparent:
.site { background-color: transparent; }For future reference though, this website is actually a self-hosted WordPress.org site rather than WordPress.com.
This forum is designed to help clients hosted by WordPress.com. For more information on the difference between the two please check out this link: https://en.support.wordpress.com/com-vs-org.
If you are in need of any future support for your self-hosted website you may be able to find an answer on the WordPress.org support page at the link provided: https://wordpress.org/support/ or as an alternative you may want to contact your hosting provider.
Hopefully this helps!
Cheers
-
-
- The topic ‘How can I set the Page Background Color to transparent?’ is closed to new replies.