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 |
---|---|
169 | |
151 | |
70 | |
46 | |
34 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023