• Resolved hienpham186

    (@hienpham186)


    Hi guys,
    In My account page, i want to change those bold text’s color to red.

    Hello username (not username? Sign out)

    From your account dashboard you can view your recent orders, manage your shipping and billing addresses and edit your password and account details.

    Anyone could please help me handle this problem. THANK YOU!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Out of the box, it’s usually the theme that determined the design/colour of various elements on your site. With that said, you could try the following custom CSS in your WordPress settings unnder **Appearance > Customize > Additional CSS**:

    
    .woocommerce-MyAccount-content strong {
      color: red ;
    }
    

    Hope it helps!

    Thread Starter hienpham186

    (@hienpham186)

    Thank you! I did it and those bold text changed color.
    https://imgur.com/fr1KiQe
    But sorry, my site actually a little bit diferrent. Could you help me to change those text to red? If i want to change specific text to red (like Log out), how could i do it?

    Plugin Support Mike M. a11n

    (@mikedmoore)

    Automattic Happiness Engineer

    Hi there,

    It looks like you’re trying to change the color of the links in that section. This CSS will change all of the links in the My Account content to the color red:

    .woocommerce-MyAccount-content a {
    	color: red;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change text color of My Account page’ is closed to new replies.