hello,
the font colour in my login page is white except the options “forgot your password?” and “sign in”.. they are black and you cant see them because the background of my page is already black
is there a way how i can change the font colour for the marked spots?
URL: https://sixdreamz.com/account/login
1 Like
Hi @sixdreamz
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.underlined-link, .customer a {
color: white !important;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello @sixdreamz
I think this issue has been resolve.