Shopify themes, liquid, logos, and UX
Hi there - I was looking to update the font color for text and the "enter" buttons on my password page(s). They are currently pulling in a very light font color set in the async css file and I'm not sure how to override it.
Would like to replace the light font with #524627
Could someone assist here?
Solved! Go to the solution
This is an accepted solution.
do you have like this?
This is an accepted solution.
i have update code please check if someone use code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme--async.css.liquid ->paste below code at the bottom of the file.
.password--mailing-button button.navigable {
background: var(--bg-color--button);
color: var(--color--button);
}
Please share store URL.
Thanks!
please disregard request - ive managed to make a few changes on my end. thank you!
This is an accepted solution.
do you have like this?
This is an accepted solution.
i have update code please check if someone use code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme--async.css.liquid ->paste below code at the bottom of the file.
.password--mailing-button button.navigable {
background: var(--bg-color--button);
color: var(--color--button);
}
User | RANK |
---|---|
62 | |
52 | |
46 | |
39 | |
37 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023