Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
This is an accepted solution.
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;
}
can you please provide your store url so i will check and guide you
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!
This is an accepted solution.
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;
}
Works perfectly! Thanks a lot!!
its my pleasure to help us
Hey 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, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024