Comments Sara started the conversation2 weeks ago on May 19, 2025 at 8:06amHi, I need to optimize my site from desktop to mobile version but, when I change for example a text from H1 to H4 to make it smaller on mobile, it also changes it on the desktop version. How can I separate the two things? Thanks 2,084Support replied2 weeks ago on May 19, 2025 at 5:54pmYou can use media queries to apply the font size changes only on mobile. for example @media screen and (min-width: 767px) { ... apply the font size changes here ... }Thank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioSara replied3 days ago on Tuesday at 9:52amwhere should I write it?Thanks, Sara 2,084Support replied2 days ago on Wednesday at 2:42amMost convenient is to add the code to admin -> customizer -> additional cssThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio Sign in to reply ...
Hi, I need to optimize my site from desktop to mobile version but, when I change for example a text from H1 to H4 to make it smaller on mobile, it also changes it on the desktop version. How can I separate the two things? Thanks
You can use media queries to apply the font size changes only on mobile.
for example
@media screen and (min-width: 767px) {
... apply the font size changes here ...
}
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
where should I write it?
Thanks,
Sara
Most convenient is to add the code to admin -> customizer -> additional css
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio