Comments m28006 started the conversationOctober 9, 2019 at 9:45amI found how to change the title size for posts and it works fine in desktop navigation, but in mobile navigation the title size remains unchanged. Is there a separate setting for Mobile title size change? 2,700PenciDesign repliedOctober 9, 2019 at 9:49amHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 767px){ .container-single .single-post-title { font-size: 24px; } }Change value 24 to value as you want.Best Regards,PenciDesign Sign in to reply ...
I found how to change the title size for posts and it works fine in desktop navigation, but in mobile navigation the title size remains unchanged. Is there a separate setting for Mobile title size change?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change value 24 to value as you want.
Best Regards,
PenciDesign