Happening now! Exclusive AMA: Streamlining Fulfillment and Delivery with Shopify Experts | Ask your questions to be answered by our team!

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
767 25 67

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, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
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
1990 698 849

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

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


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
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
1990 698 849

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 😍

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


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency