What's your biggest current challenge? Have your say in Community Polls along the right column.

Help me . I want to increase the Font Size of My Product's description . How to do it ?

Solved

Help me . I want to increase the Font Size of My Product's description . How to do it ?

liteleraja
Shopify Partner
10 0 5

Help me . I want to increase the Font Size of My Product's description . How to do it ?

My website - https://www.glowingredients.com/products/brain-focus-boost-formula

Check product page . 

I want to only increase font size of product description

pdescription.png

Accepted Solution (1)

Moeed
Shopify Partner
6339 1719 2076

This is an accepted solution.

Hey @liteleraja 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.m-tab-content__inner .rte p span {
    font-size: 17px !important;
}
</style>

RESULT:

Moeed_0-1731419879269.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10186 1259 1599

@liteleraja - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

.m-tab-content--description .rte p {font-size: 16px;}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

Moeed
Shopify Partner
6339 1719 2076

This is an accepted solution.

Hey @liteleraja 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.m-tab-content__inner .rte p span {
    font-size: 17px !important;
}
</style>

RESULT:

Moeed_0-1731419879269.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral