Text Sizing

Text Sizing

Spay
Excursionist
33 0 12

Wanting to make a single text block smaller as i have put the typography down to its lowest "100%" and it is still to big 

Replies 5 (5)

Small_Task_Help
Shopify Partner
969 38 93

Hi,

 

Need to add custom css (at theme.css or base.css or similar)

.custom-text-block {
    font-size: 80%; /* Adjust percentage to your preference */
}

 

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
Spay
Excursionist
33 0 12

Will this adjust all my texts to 80% or only the one i want and can you give a step by step at all to get to it 

 

BSSCommerce-HDL
Shopify Partner
2305 835 909

Hi @Spay . Can you share your store link to the text you want to custom size so we able to figure out problem

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

Spay
Excursionist
33 0 12

aventacy.com and its the bold text just above the emoji list on the pet scrubber product

 

BSSCommerce-HDL
Shopify Partner
2305 835 909

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__text strong {
            font-size: 80%!important;
        }
    </style>

Here is result:

BSSCommerceHDL_0-1723195410173.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