Diashop
November 19, 2021, 6:01pm
1
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!
1 Like
@Diashop
can you please provide your store url so i will check and guide you
1 Like
Diashop
November 20, 2021, 12:06pm
3
1 Like
@Diashop
yes please try this code
Go to Online Store->Theme->Edit code
Asset->/section-main-product.css ->paste below code at the bottom of the file.
.product__info-container a {
color: #121212;
}
2 Likes
Diashop
November 20, 2021, 9:12pm
5
Works perfectly! Thanks a lot!!
1 Like
@Diashop
its my pleasure to help us