Website is www.alonnasleggingland.com. I am trying to change the collection heading names to white font WITHOUT changing the other fonts from black. I only want to remove the headings for the collection adverts. How can I go about doing this?
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste at last
.collection-hero__title {
display: none!important;
}
Hello @Renaye
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
{% if template contains 'collection' %}
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This didn’t work for me @GemPages
Sorry this didn’t work for me @Kani
@Kani can I hire you to solve this for me?
sure pls PM me ![]()


