https://www.physioworldshop.co.uk/collections
How do I add collection titles to this page? I am not sure which file to edit or where to add the information for each collection.
https://www.physioworldshop.co.uk/collections
How do I add collection titles to this page? I am not sure which file to edit or where to add the information for each collection.
Hello @ChrisW3
Open ‘theme.scss.css’ or ‘theme.scss’ file and paste the below CSS.
.list-collections-template .featured-box--title {
display: block !important;
}
OUTPUT:
Thanks