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
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
Share the password. also, how do you want this section >?
Thank you
I want the section to be smaller -the font size is to big - but just on mobile version
pw: letsgetkinky2022
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
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;
}
}
worked perfectly ! Thank you ! Any idea - maybe how i can change the font to? mobile and desktop version?
Thank you! I could find a solution!
Appreciate all your Help!