Comments Hisham started the conversationDecember 10, 2017 at 2:21amHi,I would like to increase the title font size in mobile view because it does not look stand out comparing with the content font size. Is it doable? 2,700PenciDesign repliedDecember 10, 2017 at 3:28amHi, You can change it by add more this code to Customize > Custom CSS code: @media only screen and (max-width: 767px){ .container-single .single-post-title { font-size: 28px; } } Change number 28 to value you want. Best Regards, PenciDesign1 Like Hisham replied privatelyHisham repliedDecember 10, 2017 at 6:50amHi,Problem solved. I changed the code to this @media only screen and (max-width: 767px){ .container-single .single-post-title { font-size: 28px; } } Sign in to reply ...
Hi,
I would like to increase the title font size in mobile view because it does not look stand out comparing with the content font size. Is it doable?
Hi,
You can change it by add more this code to Customize > Custom CSS code:
Change number 28 to value you want.
Best Regards,
PenciDesign
Hi,
Problem solved. I changed the code to this