Font Color to White and Background to black. (All White on Mobile)

  • Unknown's avatar

    I modified my site to give a couple of options.
    1. set the background to black versus harsh white
    2. Adjust the Opaque values so that the background image would show through.
    3. (Trying) to change fonts to white
    When I do this i run into an issue with the mobile ap where the background remains white and the font stays white regardless of the settings so you cannot see the type on mobile.
    i used the simple command to change the font which is not changed on all section and sidebars and cannot figure that one out yet either.
    body {
    color: white;
    }
    The rest below is to make the changes 1 & 2 & 3 as written in my CSS modification tab
    .site-content article {
    background: rgba(255,255,255,0.0) !important;
    }

    .site-content {
    background: rgba(0,0,0,0.4) !important;
    }

    .main-navigation {
    background: rgba(0,0,0,0.4) !important;
    }

    body {
    color: white;
    }

    .entry-header {
    background: rgba(0,0,0,0.4) !important;
    }

    .front-widget-area .widget, .sidebar-widget-area .widget {
    background: rgba(0,0,0,0.4) !important;
    }

    .comments-area {
    background: rgba(0,0,0,0.4) !important;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the theme you are using, Motif, is a responsive width theme that automatically adjusts to different browser window width and screen sizes clear down to smartphone size, so the dedicated mobile theme is not necessary. Go to Appearance > Mobile and turn off the mobile theme and then clear the browser cache in your mobile device and view your site to see how the responsive width theme looks. It should look substantially similar to your site on your computer.

  • Unknown's avatar

    Yes that corrected it.
    My dream it to have your knowledge someday!

  • Unknown's avatar

    @chrisvrojo, you are welcome and just keep plugging away. That is what I did to get to where I am. You will get there. :)

  • The topic ‘Font Color to White and Background to black. (All White on Mobile)’ is closed to new replies.