Trying to figure out a way to change the links in collection lists to be formatted as a linked button instead of just underlined text. See screenshot. Any help would be appreciated!
Website: sugarmonsterkids.com
Theme: Boost
A Shopify store owner using the Boost theme wants to convert underlined text links in collection lists into styled buttons.
Initial Solution:
</head> tagProblems After Implementation:
Current Status:
{% if template contains 'collection' %})Screenshots were shared showing both the desired button styling and the unwanted text wrapping/cutoff issues.
Trying to figure out a way to change the links in collection lists to be formatted as a linked button instead of just underlined text. See screenshot. Any help would be appreciated!
Website: sugarmonsterkids.com
Theme: Boost
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Hey @PageFly-Noah thank you for your help! That worked but there are three things that are now issues:
Please help me to replace the code above with this one
{% if template contains 'index' %}
{% endif %}