Shopify themes, liquid, logos, and UX
Hi there, I'm using Brooklyn theme and I didn't find out how to contrast the links.
For example, on the cart page, the word 'here' contains a link, but it doesn't look like so.
I would like to add hover ou underline the link.
Here's a link directly to the cart page: https://shufflesamples.com/cart
Solved! Go to the solution
This is an accepted solution.
@guijacomin- do you want each and every link to have underline? if yes then add this css to the very end of your theme.scss.css file
a {
text-decoration: underline;
}
if you want for here only then add this css
.cart--continue-browsing a{text-decoration: underline;}
This is an accepted solution.
@guijacomin- do you want each and every link to have underline? if yes then add this css to the very end of your theme.scss.css file
a {
text-decoration: underline;
}
if you want for here only then add this css
.cart--continue-browsing a{text-decoration: underline;}
User | RANK |
---|---|
178 | |
147 | |
81 | |
67 | |
56 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023