Changing the color of hyperlinks -Craft theme

Changing the color of hyperlinks -Craft theme

GraceMarket
Visitor
3 0 0

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?)

 

 

Replies 4 (4)

ThePrimeWeb
Shopify Partner
2139 616 520

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

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
GraceMarket
Visitor
3 0 0

The Blog and any pages where the links are just not dark enough to see easily.

 

GraceMarket
Visitor
3 0 0
ThePrimeWeb
Shopify Partner
2139 616 520

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.

ThePrimeWeb_0-1709191339251.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!