How do I decrease Product description text size - Motion Theme

Solved

How do I decrease Product description text size - Motion Theme

jaimie2
Shopify Partner
37 0 8

How do I decrease Product description text size on motion theme?

Preview link: https://43ms74auwfmcnnqj-55480647737.shopifypreview.com

 

Accepted Solution (1)
GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @jaimie2 

I would like to give you a solution to support you.

 

You can try adding the below code by following these steps:

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css in the Assets folder.
3. Paste the below code at the end of the file. 

.product-block .rte p, .product-block .rte span {
    font-size: 12px !important;
}

 

I hope my solution can works and support 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 3 (3)

developerSP
Pathfinder
85 3 20

Hello There,

Admin go to online store -> themes -> actions -> edit code
Find Asset >theme.css and paste this at the top of the file:

.product-block .rte p {
font-size: 10px!important;
}

developerSP_0-1671295831806.png

 

banned
jaimie2
Shopify Partner
37 0 8

Unfortunately it did not update the view for me, did not work 😕 any other solution or code to try? @developerSP 

GemPages
Shopify Partner
5625 1262 1279

This is an accepted solution.

Hello @jaimie2 

I would like to give you a solution to support you.

 

You can try adding the below code by following these steps:

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css in the Assets folder.
3. Paste the below code at the end of the file. 

.product-block .rte p, .product-block .rte span {
    font-size: 12px !important;
}

 

I hope my solution can works and support 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