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 |
---|---|
121 | |
96 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022