Shopify themes, liquid, logos, and UX
I'm using the Craft theme, and I'm not very good with coding, BUT I want to change the color of hyperlinks in my blog, the color of links at the bottom of pages, etc., because they show up in a color that is too light and hard to read. WHAT in my themes section controls the color of these items? (Is the OUTLINE button what I need to change the color for or which one?)
Hey @GraceMarket,
It's only for the blog content, yes?
Can you share the link to your store please, I'll take a look and see what's the best solution for you
The Blog and any pages where the links are just not dark enough to see easily.
Hey @GraceMarket,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
Change the #000 to any colour you want
<style>
.article-template a, .article-template .share-button__button, main#MainContent a {
color: #000 !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025