Shopify themes, liquid, logos, and UX
How do I get the shop button to just be like the "nude project" website. I just want in white, SHOP, with a white underline. My url is www.whosociety.com
Solved! Go to the solution
This is an accepted solution.
you only need to add this Custom CSS code:
.banner__buttons > .button {
color: white;
text-decoration: underline;
text-underline-offset: 7px;
}
.banner__buttons > .button::after {
box-shadow: none;
}
the result:
This is an accepted solution.
you only need to add this Custom CSS code:
.banner__buttons > .button {
color: white;
text-decoration: underline;
text-underline-offset: 7px;
}
.banner__buttons > .button::after {
box-shadow: none;
}
the result:
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025