Make the Product Page more compact

Make the Product Page more compact

sixdreamz
Explorer
103 0 36

Hey,

 

i want to make the writing on my product page a little bit more compact so it doesnt look that big.

so basically all the writing, buttons, prize etc. everything just a little bit more compact except the picture

 

can somebody helpo me?

 

URL: sixdreamz.com

 

sixdreamz_0-1726827953105.png

 

 

Replies 4 (4)

BSSCommerce-HDL
Shopify Partner
2297 847 1061

Hi @sixdreamz

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

 

<style>
.product__title font {
    font-size: 25px !important;
}

.product__description font {
    font-size: 14px !important;
}
</style>

 

Here is result: 

BSSCommerceHDL_1-1726828832642.png

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Tech_Coding
Shopify Partner
298 76 67

Hello @sixdreamz 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
.product .product__text.caption-with-letter-spacing, .product__tax, .product-form__input .form__label, .product-form__input input[type=radio].disabled+label, button.product-form__submit, div button.scr-open-size-chart, .product__info-container .product__description, .price__regular .price-item--regular{
     font-size: 21px !important;
 }
 .product .price--sold-out .price__badge-sold-out{
       font-size: 19px !important;
  }
</style>

Tech_Coding_0-1726829065669.pngTech_Coding_1-1726829077588.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

BSSCommerce-B2B
Shopify Partner
1715 511 571

Hi @sixdreamz , 

I have reviewed your requirement, you just need to edit css script and the issue will be resolved.  You can follow my instructions! 

 

Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1726846952660.png

 

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

.product__title h1 {
    font-size: 30px !important;
}
.product__description.rte.quick-add-hidden {
    font-size: 14px !important;
}

In this step, you can change the font-size as you want.

Step 3: Save and reload home page.

=>> The result: 

BSSCommerceB2B_2-1726847109583.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

sixdreamz
Explorer
103 0 36

Thank you for helping me. is it also possible to make the rest smaller as well? Like the button and the different options for the sizes?