Hey! I'm currently building my webstore using debut theme and I was wondering how I could make the product titles smaller on mobile?
Here is screenshots of how it looks on mobile:
PW: spala
Thank you very much in advance!
Solved! Go to the solution
This is an accepted solution.
put this at the bottom of theme.scss.liquid or timber.scss.liquid
@media only screen and (max-width: 750px) {
.product-card {
font-size: 12px;
}
}
Can you please check? Your given password is not working.
User | Count |
---|---|
542 | |
209 | |
126 | |
79 | |
44 |