Hi @kc3dprint
If you have used “background color” in customizing it’s only applied box mode layout not apply wide mode layout and currently you have to use the wide layout in your theme.
If you have to use a dark color for your theme color scheme, you have to use primary and secondary color for the theme color scheme in the customize section.
For apply Primary and Secondary Color
Appearance -> Customize -> Styling -> Main color scheme -> Primary Color/Secondary Color
Thank you
Unfortunately all that changes is the text/heading/title color, I want to make the page background black (or another dark color like dark gray, etc), instead of white.
http://kc3dprint.com/gallery
-
This reply was modified 6 years, 2 months ago by
kc3dprint.
Hi,
Ok, We understand your problem, you do simply one-things add below custom CSS in your theme Customize
Appearance -> Customize -> Additional CSS
.module, .module-sm, .module-xs {
background-color: transparent;
}
if you want to change the background color, Simply change Background Color in customizing that’s what you’ve already done.
Appearance -> Customize -> Color -> Background Color
Thank you