Shopify themes, liquid, logos, and UX
I added the Product Type filter from the Search & Discovery App into my Shopify store. However, when you go to scroll through the list, it randomly ends after it displays 10 product type categories. There is no scroll wheel option, but there is a + Show More option.
The issue is the + Show More button is not visible. You have to highlight a section of your screen if you want to find the button. What do I need to do to change the color of the + Show More button? For reference, I am using the free "Dawn" theme from the shopify library until my business gets on it's feet. I looked in the theme section but I'm not seeing an option to change the color of the text or make it to where it doesn't require you to highlight a section of the page to see the button.
Please Help.
Before Highlighting the section where the button should be
After Highlighting the section where the button should be
Hello @GaijinGarageLLC
It's GemPages support team and glad to support you today.
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
#Show-More-3-template--17713803460897__product-grid{
color: inherit;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hello @GaijinGarageLLC
to make show more / show less text visible
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
#main-collection-filters .label-show-more,
#main-collection-filters .label-show-less {
color: #000;
}
Hope this works for you as well.
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.button-show-more.link underlined-link.no-js-hidden {
color: #000 !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
All,
I am still having the issue. It fixed the problem when I had a single page that listed every part. However, I've changed it to where each vehicle make has a sub category model. In each of those models, the + Show More button isn't visible unless you highlight the general vacinity. How do I fix this across my entire site? I tried all 3 of the fixes suggested & none of them have fixed the issue for me.
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