Comments Udbye8700 started the conversationJune 13, 2018 at 12:33pmHi,Could you please tell me where I can change the fontsize of for instance H1 on mobile devices? I can see its beeing defined in the viewport, but I hope you can elaborate how to change it correctly.ThanksThomas 2,700PenciDesign repliedJune 13, 2018 at 5:02pmHi,You need to let me know exactly where do you want change the fontsize for H1? I need to get correct CSS to give you solution.Best Regards,PenciDesignUdbye8700 repliedJune 14, 2018 at 10:57amHi,Thanks for your feedback.I attach two screenshots where I want to increase the fontsize of the title "Bananmuffins" on mobile version.Where do I find this option?Thanks. 2,700PenciDesign repliedJune 14, 2018 at 11:02amHi,1/ For first screenshoot, please add more this code to Customize > Custom CSS to change it: @media only screen and (max-width: 767px) { .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 20px; } }2/ For second screenshoot, please add more this code to Customize > Custom CSS to change it: @media only screen and (max-width: 767px) { .container-single .single-post-title { font-size: 28px; } }Change value 20 & 28 to any value you want.Best Regards,PenciDesignUdbye8700 repliedJune 14, 2018 at 11:24amThanks a lot for your guidance and elaboration - I appreciate your work :-) Sign in to reply ...
Hi,
Could you please tell me where I can change the fontsize of for instance H1 on mobile devices? I can see its beeing defined in the viewport, but I hope you can elaborate how to change it correctly.
Thanks
Thomas
Hi,
You need to let me know exactly where do you want change the fontsize for H1? I need to get correct CSS to give you solution.
Best Regards,
PenciDesign
Hi,
Thanks for your feedback.
I attach two screenshots where I want to increase the fontsize of the title "Bananmuffins" on mobile version.
Where do I find this option?
Thanks.
Hi,
1/ For first screenshoot, please add more this code to Customize > Custom CSS to change it:
2/ For second screenshoot, please add more this code to Customize > Custom CSS to change it:
Change value 20 & 28 to any value you want.
Best Regards,
PenciDesign
Thanks a lot for your guidance and elaboration - I appreciate your work :-)