Change 'Rich Text' section description font size in Sense theme

Solved

Change 'Rich Text' section description font size in Sense theme

dan_hoo
Shopify Partner
20 0 5

How do I change the description font size in the 'Rich Text' section in Sense theme, as there is no small, medium or large option?

Accepted Solution (1)

KetanKumar
Shopify Partner
37618 3670 12162

This is an accepted solution.

@dan_hoo 

can you try this 

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

@media screen and (min-width: 750px){
.rich-text__text.rte {font-size: 20px;}
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Reply 1 (1)

KetanKumar
Shopify Partner
37618 3670 12162

This is an accepted solution.

@dan_hoo 

can you try this 

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

@media screen and (min-width: 750px){
.rich-text__text.rte {font-size: 20px;}
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing