Viewing 5 replies - 1 through 5 (of 5 total)
  • sprytechies_kedar_jangir

    (@sprytechies_kedar_jangir)

    use style.css instead of code

    Try:

    .page h1.entry-title {
    color: red; /* change red to desired color */
    }

    Thread Starter bigmario777

    (@bigmario777)

    Wow! That worked wonderfully! Thank you rdellconsulting! Can you use the same code just changing h1 to h3 for smaller titles below the main title inside the same page?

    Maybe, maybe not…likely not…

    Check out this snippet. Other browsers have similar tools.

    Edit: just looked at your site…rdell’s solution would not work for the others…could try:
    .page .entry-content h3 { color: red; }
    and changing the color to your choice…however, this may be too generic…

    Thread Starter bigmario777

    (@bigmario777)

    This works great!
    Thank you very much deputy05!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change page title color’ is closed to new replies.