Shopify themes, liquid, logos, and UX
How can I change the link-label to a button. So currently the label is just a word with an arrow next to it, but I would like for this to be a button (with a background) without an arrow.
So currently I have the 'current link-label' image, but I would like for it to be a button (button image). I saw some code, but that changes the whole design of the > a.link.animate-arrow { < code, but I would like to only change the button style on the multi column section.
Thanks!
Hi @Eduard02,
Can you provide your website so we can provide a code specific for you?
I have the same issue, I can't find how to change the 'arrow-link' to a square button. I would guess this is something you can configure. Or do I have to make code changes. I use the theme Dawn. Thanks for your reply.
I facing the same problem, can you show me how to solve it please
Hi,
I used this solution.
Not the most "clean" solution, but it works. I would prefer a built in configuration option.
Due to the above change, the announcement bar became black, to solve that I added the code below (base.css).
a.announcement-bar__link.animate-arrow {
background-color: #fff !important;
}
And to remove the arrow, I added the code below (also to base.css)
.icon-arrow {
display: none;
}
Hey Eduardo02 I am facing the same challenge. How did you solve it? Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025