Trying to change the font size for all my collection titles but cant find any solutions.
any help would be appreciated.
Site: envsn.uk
Password: abc123
Trying to change the font size for all my collection titles but cant find any solutions.
any help would be appreciated.
Site: envsn.uk
Password: abc123
Never mind i have removed titles altogether.
However, is it possible to remove the space between the header and the products?
Hi @Andrew_Neil ,
You can follow the instruction below:
#shopify-section-collection-template .section-header {
padding: 0 !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
yes, please try this code
.list-collections-template .card__name {
font-size: 18px;
}
.list-collections-template .card__info {
padding: 0;
}
Perfect thank you mate!