Viewing 1 replies (of 1 total)
  • Hi @akfeldman!

    Parament is set up to use that orange title bar on Sticky Posts – but not regular posts or on pages.

    To make all of the entry titles match that look, you can use this CSS:

    .title {
        background: #ff5a00;
    }
    h2.entry-title {
        color: #fff;
        text-shadow: #000 1px 1px 2px;
    }

    To add the CSS, use the Additional CSS panel in the Customizer (assuming you’re running at least WordPress 4.7) or with something like the Jetpack Plugin using the Custom CSS Module.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the page title colour bar’ is closed to new replies.