Solved

Change color of link in DAWN theme

Diashop
Excursionist
15 0 7

Hi everyone,

 

I added a "custom liquid" building block element to a product page with the following code: 

 

{{ 'Hilfe bei der Ringgrößenwahl' | link_to: 'https://www.XXX.de/pages/ringgrosse' }}

 

The link is displayed in blue in contrast to all other links in our store which are displayed in grey/ black. Which code would I need to add so that the link changes color to #121212?

 

Many many thanks in advance!

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@Diashop 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-product.css ->paste below code at the bottom of the file.

.product__info-container a {
    color: #121212;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

KetanKumar
Shopify Partner
36839 3635 11972

@Diashop 

can you please provide your store url so i will check and guide you

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Diashop
Excursionist
15 0 7

Link to the page: https://www.damandia.de/products/memory-ring-mit-0-1-ct-in-18k-weissgold

 

It's the link below the size selection

 

@KetanKumar Many many thanks!

 

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@Diashop 

yes please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-product.css ->paste below code at the bottom of the file.

.product__info-container a {
    color: #121212;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Diashop
Excursionist
15 0 7

Works perfectly! Thanks a lot!!

KetanKumar
Shopify Partner
36839 3635 11972

@Diashop 

its my pleasure to help us

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing