• I was wondering if there was a dark mode feature? I tried changing “background color” in Customize but nothing changed. Tried a few CSS things and I couldn’t get it.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themevedanta

    (@themevedanta)

    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

    Thread Starter kc3dprint

    (@kc3dprint)

    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.

    https://kc3dprint.com/gallery

    • This reply was modified 5 years, 11 months ago by kc3dprint.
    Theme Author themevedanta

    (@themevedanta)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dark mode?’ is closed to new replies.