How to resize the title and entry text for Front Page (on mobile display only)?

Hi there, I’d like to ask if it’s possible to resize the font of the title and entry text on Front Page (only for mobile mode). The front page looks cool on desktop but not so on mobile. I just want to resize the title and entry text for mobile users. Many thanks.

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url and i will take a look

yes, my page is http://www.english-learning.net/

Hello there,

I hope you are doing well today.

You can use the following CSS code to -change the font size by going to Appearance > Customize > Additional CSS and pasting it there.


@media screen and (max-width: 800px){
body #header .bottom-header h1 {
    font-size: 30px;
}
#header .bottom-header .section-description {
    font-size: 20px;
}
}

Best Regards,
Support

it works perfectly. My problem was solved. Thank you very much for quick response!

Hi, there

Nice, to hear your problem is fixed:)
Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!