How can I make the font smaller on my product page?

Hi,

im looking to make this type font smaller

IMPORT DUTIES INCLUDED

my site :backhand_index_pointing_down:

https://luxurymrkt.com/collections/bags/products/roger-vivier-mini-viv-choc-jewel-satin-bag

Hello @Luxurymrkt

Once you Log in to the Admin, then process the following steps:

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->

Step 2: Search the file theme.css

Step 3: Paste the below CSS at bottom of the file → Save

div.product-block {
    font-size: 10.5px !important;
    margin-top: 8px;
}
div.product-block label
{
	font-size: 11px !important;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

Doesn’t work. Thanks for trying

Hello @Luxurymrkt ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

1 Like

Hi @Luxurymrkt

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag → save.

.product-block { font-size: 8px; }

Hope that my solution works for you.

Best regards,

Victor | PageFly

Thank you

1 Like

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team