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;}
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024