Hi @MeatOnline , can you please share the store URL?
@MeatOnline Please provide your store URL to help you on this.
@MeatOnline Please follow below steps to change the black text color in customer account page. Let me know whether it is helpful for you.
- From admin go to “Online Store” → “Themes”.
- Click “Customize” button from the current theme.
- 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.


