I want to change the product tittle size to small. Please help me out. website is www.monarchsclothing.com
Hello @monarchs
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi @monarchs
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.grid-product__meta .grid-product__title.grid-product__title--heading {
font-size: 14px !important;
}
Here is the result:
I hope this helps
Best,
Daisy


