hello, how can we change the text size and font family of the custom liquid we put above our add to cart?
the url is https://d40128.myshopify.com/ and the password is piblan
Thank you!
hello, how can we change the text size and font family of the custom liquid we put above our add to cart?
the url is https://d40128.myshopify.com/ and the password is piblan
Thank you!
Hello @rb18
Try this code: it will be helpful-
Go to the online store> Theme>Assets>Edit Code>theme.css>Add code in this file.
.ProductMeta__Description, .ProductMeta__Text {
font-size: 18px !important;
}