• Resolved petcric

    (@petcric)


    Hi, The site title & tag line colour is ok on pages with featured images but I cannot change the colour to match on pages without featured images.

    Please help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jarret

    (@jarretc)

    Not sure what color you want to change it to but the following CSS should work in Appearance->Customize->Additional CSS

    .page .entry-header {
        color: red;
    }
    Thread Starter petcric

    (@petcric)

    Thank you Jarret, wierdly this just changes the colour of the page title to red.

    This is the additional CSS I have:

    body{
    background: #000000;
    }

    #content.site-content {
    color: #ffffff;
    }

    #colophon .site-info {
    display: none;
    }

    .page .entry-header {
    color: red;
    }

    Jarret

    (@jarretc)

    Ah I think I see what you mean now, try this instead

    .page .site-title a, .page .site-description {
        color: white;
    }
    Thread Starter petcric

    (@petcric)

    Perfect, thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site Title Colour on all pages’ is closed to new replies.