Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
So I'm using the debut theme and it does not give me the option to change the footer text color under theme settings > color anywhere. I was able to change the footer background color itself only by entering in a code for it. But now I need to change the text color. How do I do this?
add the following code at the bottom of your assets/theme.css file.
.site-footer p, .site-footer__linklist-item a, .site-footer__rte a, .site-footer h4, .site-footer small, .site-footer__copyright-content a, .site-footer__newsletter-error, .site-footer__social-icons .social-icons__link {
color: #fff !important;
}
Thanks!
hii, @AntiEverybody
Kindly share your store URL so,
I can solve your issue.
Thanks!
@AntiEverybody
sorry,
I can't see your footer can you please upload it.
Thank You.
@AntiEverybody
Can you give me a screenshot of which footer you want to edit so,
I can solve it perfectly.
Thank You.
@AntiEverybody
Paste this code on top of the theme.scss file.
.site-footer__item-inner.site-footer__item-inner--newsletter p {
color: white !important;
}
.site-footer__item-inner.site-footer__item-inner--text p, div {
color: white !important;
}
Hii, @AntiEverybody
If it is helpful then like and accept my solution.
Thank You.
Are you able to add a hover colour to this code?
User | RANK |
---|---|
116 | |
87 | |
73 | |
65 | |
46 |
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