Cant change black text in customer account pages

Hi @MeatOnline , can you please share the store URL?

@MeatOnline Please provide your store URL to help you on this.

https://shop.meatonline.com.au/

@MeatOnline Please follow below steps to change the black text color in customer account page. Let me know whether it is helpful for you.

  1. From admin go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Click “Settings” icon on left and paste the below code in the “Custom CSS” field and save changes.

NOTE: You can change the color as per your need.

.customer a{
    color: #FFFFFF !important;
}

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.