how to change size of a rich text mobile version dawn theme

Solved

how to change size of a rich text mobile version dawn theme

KinkySelection
Tourist
22 0 1

Hey there

 

I need help with changing size of a rich text mobile version on dawn theme. I tried a solution here but didnt work out unfortunately. I need to make it smaller 

 

Thank you so much 

 

KinkySelection_0-1668421005561.png

 

Accepted Solution (1)

PageFly-Richard
Shopify Partner
5011 1120 1802

This is an accepted solution.

Hi @KinkySelection 

I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:

 

Add this css at the bottom

Online Store ->Theme ->Edit code

Assets -> section-rich-text.css

 

@media(max-width:767px){

  .rich-text__blocks>* {

    font-size: 14px !important;

}

}

 

Hope you find my answer helpful!

Regards,

Richard-pagefly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 6 (6)

oscprofessional
Shopify Partner
16366 2440 3188

@KinkySelection ,

Share the password. also, how do you want this section >?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
KinkySelection
Tourist
22 0 1

Thank you

 

I want the section to be smaller -the font size is to big - but just on mobile version

 

pw: letsgetkinky2022

PageFly-Richard
Shopify Partner
5011 1120 1802

This is an accepted solution.

Hi @KinkySelection 

I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:

 

Add this css at the bottom

Online Store ->Theme ->Edit code

Assets -> section-rich-text.css

 

@media(max-width:767px){

  .rich-text__blocks>* {

    font-size: 14px !important;

}

}

 

Hope you find my answer helpful!

Regards,

Richard-pagefly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

KinkySelection
Tourist
22 0 1

worked perfectly ! Thank you ! Any idea - maybe how i can change the font to? mobile and desktop version?

ExpertRookie
Shopify Partner
1518 249 325

Hi @KinkySelection 
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
Change the number to font-size you like

@media(max-width: 749px){
.rich-text__text{
font-size: 10px;
}
}

 

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
KinkySelection
Tourist
22 0 1

Thank you! I could find a solution!

 

Appreciate all your Help!