Shapely Mobile Body Font Size

Hello All!

I’ve tried to search how to change the Body Font Size in Shapely Theme and worked with this code in Shapely Options > Other > Custom CSS:

body {
font-size: 16px;
}

How can I change the Body Font Size for Mobile? It’s too small and I would like to put a bigger size.

Anyone can help me?

Thank you and the theme is great!!!

Hi @ericouchi,

I hope you are well today and thank you for your question.

To make it work on mobile devices please try using the below CSS code.

body {
font-size: 16px;
}

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

Best Regards,
Movin

Hi Movin,

Worked!! That’s great!! Thank you so much for your help and nice work!

Best Regards,

Eric

You are most welcome here :slight_smile:

Hi,
I have a similar problem with the fonts. i want to change fonts of section which is not top section but a parallax in between the page and the above code does not work.

@anmol1298 To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.