Shapely Homepage Text Size

Hello,

I increased the size of the text on my Home Page to make it more readable. However, it only increased in size on a desktop view, but not when viewed from a mobile device.

Please help!

Thank you.
Brad

Hi Brad

Let me see it, please provide link to your website

Hi,

Here is the website link:
www. eastbayprivateyoga .com

Thank you!
Brad

Hi Brad

There are several types of text on your homepage, which text you are referring to?

Hello,

Apologies for not being more specific. The text I’m referring to is the writing copy - the main body paragraphs in each section on the Home page. (Beginning with the words: “Busy schedules and crowded classes…”)

If you look at both a mobile and desktop version of the site, it will probably be more apparent.

Thank you!

Brad

Ah, thank you so much Brad

Try this css code to change them:

@media (max-width: 767px){
h6 {
font-size: 16px;
}
p {
font-size: 18px;
}
}

Could you please provide a code to increase the size of bullet points paragraphs too ?

Thanks a lot !

Hi

I need url of the page with that bullet texts, please provide it

thanks

Hi there

you may use this css code to increse fonts:

.container ul li {
font-size: 17px;
}