Archived topic
Change Desktop body font size
4 replies · Started by Fernando on August 10, 2020
Hi team,
I want to change the body font size only for the desktop version. When I change it, It cahnges in tablet and mobile version as well.
I´m sorry because i´ve found a topic like this, but It´s from 2018 and I don´t know if there´s a new solution. Can I have the CSS for body desktop fontsize?
THANK YOU SO MUCH!
Could be like this?
@media (min-width: 1025px) {
body {
font-size: 16px;
}
}
It´s working for me. Is this the right solution?
THANK YOU
Yes thats a correct solution :)
Thank you David, for your interest :)
You're welcome