• Resolved jenbrink

    (@jenbrink)


    I had an upgrade on my template and I lost my styles for the main area of the site. (Pages)
    The background is white and type is black. When I have it set to Black background and light gray text. No matter what I try to change from the Appearance menu in WP nothing changes on the main page area.

    The header and sidebar still have the customized style settings. And they do change if I try to change colors.

    How do I check the styles for this? What name would main page area under?
    Thanks for any guidance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Let’s see a page with the issue

    Thread Starter jenbrink

    (@jenbrink)

    Here you can see the white background behind the image. It should be black and the text light gray: http://leargraphicdesign.com/portfolio/?attachment_id=271

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hmm not sure what colours are the ones with the problem.

    Thread Starter jenbrink

    (@jenbrink)

    The white box behind the image should not show white. It should be black. and the text such as the title “Annual Report” and the description should be light gray.

    I couldn’t figure out where to change that in the customization menu in WP.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .page-content {
        background: black;
    }
    
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .post-navigation a,
    .image-navigation a {
        color: lightgray;
    }

    Thread Starter jenbrink

    (@jenbrink)

    I’ll give it a try. I was able to change the text to light gray but the background color (white box) I can’t seem to find in the Appearance menu. I’ll give this a try… thank you!

    Thread Starter jenbrink

    (@jenbrink)

    THANK YOU! Worked perfect. : )

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘(Twenty fourteen) Appearance changed’ is closed to new replies.