Home › Forums › WoodMart support forum › How to change the font size of headings in mobile and desktop versions? › Reply To: How to change the font size of headings in mobile and desktop versions?
January 31, 2022 at 10:52 am
#349099
Aizaz Imtiaz Awan
Keymaster
Hello,
Our theme’s advanced typography settings allow the change in the font and typography. You are not getting it right.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-tab-wrapper h2 {
font-size: 20px;
}
It will change the heading size for mobile devices. But if you put in Custom CSS for the Desktop area it will change for Desktop.
Best Regards