• Resolved katharynduffy

    (@katharynduffy)


    Hi There,

    I’ve looked through the CSS code but I can’t seem to find where I can change the color of the font for page titles (e.g. ‘News and Events’). It’s currently white so it’s hard to see in front of our header.

    Thanks!
    K

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    The title colour can be changed by adding the CSS below to the bottom of the customizer in Appearance > Customize > Additional CSS.

    .site-header .entry-title {
      color: #46e8e5
    }

    The six-digit colour code can be changed to whatever colour you’d prefer.

    If the CSS doesn’t have the desired effect, please let me know 🙂

    Thread Starter katharynduffy

    (@katharynduffy)

    Thanks so much! Could you direct me to guide where it details the handles for all of these components? I have more edits and don’t want to bog you down. Your solution was perfect, much appreciated!

    Thread Starter katharynduffy

    (@katharynduffy)

    Example: now I need to change the color of the header when scrolling (it turns to black)

    Example: now I need to change the color of the header when scrolling (it turns to black)

    It looks like you’ve changed themes from Affinity to Twenty Seventeen.

    If you still need help with Affinity, please let me know.

    Could you direct me to guide where it details the handles for all of these components? I have more edits and don’t want to bog you down.

    I use Chrome Dev Tools to troubleshoot CSS:

    https://wpengine.com/blog/chrome-developer-tools-wordpress-development/

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