Hi,
I want to change the size product names and price on products page, how can I do this? I couldn’t find the right css or liquid for it. My website is
Hi,
I want to change the size product names and price on products page, how can I do this? I couldn’t find the right css or liquid for it. My website is
Hi @StafMeister , I can’t locate the screenshot you provided in your website?
Can you double check please?
@StafMeister , you want to change the size on mobile only?
Yes correct
@StafMeister go to theme.min.css and add the following code :
@media (max-width:768px){
a.featured-collection-item.block p {
font-size: 0.6rem !important;
}
}
You are a life saver! Thank you very much ![]()
Hi @StafMeister
Go to your Online store > Themes > Edit code > open theme.liquid file, add this code after tag and save file
Glad it helped, feel free to contact me if you need any help.