Login

Hello

I have question about login page, there is forgot passward and creat new link but can not see, How do i change the font color? Thank you so much

here is link https://7dd6bf-4c.myshopify.com/account/login

Hi @tabny

You can solved it by adding this code to Custom CSS in Online Store > Themes > Customize

.customer a { color: #fef6e9bf; }

Also this page i add custom css but there is two more still can not see

Please add this code only to check

a { color: #fef6e9bf; }

still not working

Ahh, it is button so you can try to add this code and check again

button { color: #fef6e9bf; }

If it is still not working, please update code to this

button { color: #fef6e9bf !important; }

works now thank u so much

You are very welcome!