Woocommerce My account page logged in font colors

Hi,

Can you please tell me how to fix the font color of the text with links. When a user has logged in they are met with the woocommerce dashboard. The below is shown.


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.


The text in bold are the links. I have set colors for p fonts all which are different from the default them color. This causes it to flick through and then goes black.

I would like to set my desired color for all these links across all the user account pages which I think should be within in these pages:

Dashboard
Orders
Downloads
Addresses
Account Details

Inline with the above issue, I need to change the color of certain headings like on the addresses page. The billing and shipping headings are black and I need to change it.

Hope it’s not too much of an ask.

Thnaks

Hi @shahidul,

Thank you for your question.

I would like to set my desired color for all these links across all the user account pages which I think should be within in these pages:

Dashboard
Orders
Downloads
Addresses
Account Details

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.woocommerce-account .entry-content a {
    color: #bf2c2c;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Inline with the above issue, I need to change the color of certain headings like on the addresses page. The billing and shipping headings are black and I need to change it.

I am not sure what you are referring here so please share me screenshots of it so that i can help you.

Best Regards,
Movin