Hello again!
I’m trying to make the product name font bigger on the collection page (https://firststopcosplay.myshopify.com/collections/all). It’s too small and hard to see right now. I’ve looked at other pages that have been answered and tried to use the code but it dosen’t work. Help Please?
@firststop
sorry for that issue but how can i check that issue its password protect can you please share us password so i will check and let you know
Hi @firststop ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->component-card.css ->paste below code at the bottom of the file:
.card__heading {
font-size: 16px !important;
}
NOTE: You can change value (16) to suitable for theme
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hello @firststop
Your store is password protected. Please share the password so that I can check the issue and suggest you a solution.
Well NOW it works! Thank you so much haha.