• Resolved adamsatoms

    (@adamsatoms)


    I am looking to change the colors of the “My Account” page text and title. I found how to change the links and user name but the other text and title do not change. Does anyone know how to change these?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there,

    This would depend somewhat on the active theme on your site, as CSS classes may be changed. However, by default the following CSS should work to set the colors for those:

    
    /* Set My Account page header text color */
    .woocommerce-account .entry-title {
      color: red;
    }
    
    /* Set My Account page content text color */
    .woocommerce-account .entry-content {
      color: blue;
    }
    

    You can add that to the “Additional CSS” section of your Customizer (Appearance > Customize).

    If that does not work for you, please send the URL to your site so we can take a look at the pages. We will not be able to check the My Account page itself, but may be able to provide a bit of advice.

    I hope that helps! Have a wonderful day!

    dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hi @adamsatoms

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress My Account Title and text color change.’ is closed to new replies.