Re: How can I change the production description text color and font size on the Refresh Theme?

Solved

How can I change the production description text color and font size on the Refresh Theme?

jbslide
Explorer
53 7 7

Doesn't seem this can be done from the Theme editor. 

I tried some code from other posts, but they didn't work.

 

Thank you in advance.

Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

Hello @jbslide ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

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

 

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

GemPages_0-1679302762018.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.product__info-wrapper .product__description {
    font-size: 20px;
    color: #ff0000;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 7 (7)

PageFly-Victor
Shopify Partner
7865 1785 3100

Hi @jbslide ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.product__description.rte.quick-add-hidden > div:last-child {
    color: red;
    font-size: 18px;
}
</style>

Note: You can change color and font-size to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

jbslide
Explorer
53 7 7

PageFly-Victor,

Thank you for the response.

Seems the code is only working for the default product, but not the others.

 

Thanks

Denishamakwana
Shopify Partner
1408 173 231

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
jbslide
Explorer
53 7 7

Denishamakwana,

Thank you for the response.

GemPages
Shopify Partner
5625 1261 1243

This is an accepted solution.

Hello @jbslide ,

 

It's the GemPages Support Team and we are glad to assist you today!

 

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

 

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

GemPages_0-1679302762018.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.product__info-wrapper .product__description {
    font-size: 20px;
    color: #ff0000;
}
</style>

 

Let us know how it works for you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
jbslide
Explorer
53 7 7

GemPages,

 

Thank you! I see the change is applied to all products now.

GemPages
Shopify Partner
5625 1261 1243

Hi @jbslide ,

 

I am glad that my solution is helpful to you.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center