How do i make custom liquid font bigger

how to make this liquid font bigger on product page on mobile? the letters are too small

https://b990d6-3.myshopify.com/products/yves-saint-laurent-libre-absolu-platine-eau-de-parfum-90ml

You didn’t specify any specific text you wanted to change so I will just assume the smallest text on the page.

You can either throw this in your section of your code:


Or you can place this code in your base.css at the bottom:

@media only screen and (max-width: 600px) {
    .product__description .classification p span font[style="vertical-align: inherit;"] {
        font-size: 16px;
    }
}

Hi @nijntjelover

I think you want to update the font-size of this part:

If this is what you want, please follow these steps:

  1. Go to Online Store → Select a Theme → Edit code
  2. Open assets/section-main-product.css.
    Add this code:
.usp-list {
	font-size: 1.3rem;

	@media (min-width: 750px) {
		font-size: 1.6rem;
	}
}

If you have any difficulty, please let me know.

Hi @nijntjelover

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly