I need to change the font size of the feature collection section to the following :
Title/product name : 16px;
Price : 12px;
I need to change the font size of the feature collection section to the following :
Title/product name : 16px;
Price : 12px;
Can you share your website URL please
https://6375f5-2.myshopify.com
pw : Getlost12
They are already on these sizes: 16px for title and 12px for the price do you want to change to something else
Yes on mobile its 12px for the title “discover our collection” do you want the same size ?
That’s fine, I want the product title and price fonts to be decreased.
“Arika tunic” & “Rs. 6950”, for all the products in that section
@media only screen and (max-width: 748px) {
.card__heading {font-size: 12px !important;}
.card-information .price .span {font-size: 10px !important;}
}
5) Save
This should solve the issue