Hi, today I received an error from google that the text size in mobile is not properly visible. So, i tried to change the text font, but there is no option to change the font size in the Theme options of the November theme. So, how to change the text font in the post page.
Hi
you can overwrite the theme css for small devices as like:
@media screen and (max-width: 991px) { WRITE OVERWRITE CSS HERE }
Thanks
Sorry, I am a newbie . Can you please elaborate like what we need to edit and with what. Or we can simply use this CSS in custom css option
Hi
Yes you can use custom css option but the css should to write for small devices as you need.
In my above reply I have mentioned how to write css for small devices less than or equal to 991px.
Also you can contact theme Author and let them know How to Contact your purchased Item Author, theme author will be happy to assist you.
Thanks
1 Like