Shopify themes, liquid, logos, and UX
I've realised on my Shopify store that my custom Text block (the contact us section) isn't the same colour as the quick links -- or my theme in general.
How do I change this?
Here is my store: Manningtree Vintage Vibes | Authentic Vintage Clothing - UK Shipping (password is teefai)
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @Shane_94
Try this one.
.footer-block.grid__item * {
color: rgba(var(--color-foreground), .75) !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Go to your online store -> edit code -> base.css file and paste this code in the end of the file
footer.footer * {
color: rgb(40 56 81 / 75%) !important;
}
Done, thank you so much!
I just realised, this also changed the icons on my footer, can I avoid that?
This is an accepted solution.
Hi @Shane_94
Try this one.
.footer-block.grid__item * {
color: rgba(var(--color-foreground), .75) !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you, this worked and kept the icons the original colour
Hello @Shane_94
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
footer.footer * {
color: #df3f3f !important;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a {
color: #df3f3f !important;
}
Thanks
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024