Hello everyone,
Could someone help with some CSS on how can I remove the collect list name from the collection page?
Thank you very much.
Solved! Go to the solution
@emmel - please share this page link, will give you the css
Here mate, thanks
https://viniemilia.com.au/
This is an accepted solution.
@emmel - add this to the end of styles.css file and check
.collection-header .page-title{display: none; visibility: hidden;}
It worked!
Thank you very much man.
@emmel - welcome