Comments jeevjun started the conversationApril 22, 2019 at 7:27pmHow do I change the font size on mobile view. Currently it's too small for my liking. I edited the page sections but it only updates on desktop view. 501Penci repliedApril 23, 2019 at 2:13amHi,I'm not clear about the issue. Please send your screenshot for the issue and send me your website management information ( admin url site , username and password ) . I will check it again.Best Regards,PenciDesign jeevjun replied privately 501Penci repliedApril 24, 2019 at 2:10amHi.Please go to Customize > Addtional CSS then add custom css to do that @media screen and ( min-width: 768px ) { .penci-block_6 h3.penci__post-title { font-size: 14px; }}you can change font size of post title block 6 is 14px to any font size you wantBest Regards,PenciDesign jeevjun repliedApril 24, 2019 at 3:59amIt didn't help. Nothing changed. see attachment 501Penci repliedApril 24, 2019 at 2:23pmHi,Sorry, i checked and config help you. @media screen and ( max-width: 768px ) { .penci-block_6 h3.penci__post-title a{ font-size: 18px; } .penci-block_37 h3.penci__post-title a{ font-size: 18px; }}Please check screenshot http://prntscr.com/ngajy8Best Regards,PenciDesign 1Alexandre repliedSeptember 25, 2021 at 2:25pmHi, I would change the font size only on mobile. Where can I change this parameter ? Thanks 2,576PenciDesign repliedSeptember 25, 2021 at 2:53pmHi,Please send me the related page URL. I'll suggest custom CSS for your site.Regards,PenciDesign. 1Alexandre repliedSeptember 25, 2021 at 2:57pmHere for example : 🎞 DANS LE RETRO #ASSEOGCN : Un bon présage avant d'affronter Nice ! ⋆ Peuple-Vert.fr - Foot - ASSE - Actualité 2,576PenciDesign repliedSeptember 25, 2021 at 3:01pmHi,Please go to Appearance → Customize → Aditional CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .single .penci-entry-title { font-size: 18px; /* change your font size here */ }}Regards,PenciDesign. 1Alexandre repliedSeptember 25, 2021 at 3:51pmNo change. Can you check if I did the right thing (image attached) ? 2,576PenciDesign repliedSeptember 25, 2021 at 3:54pmHi,Please add the extra parameter to this code: @media only screen and (max-width: 767px) { .single .penci-entry-title { font-size: 14px!important; /* change your font size here */ } }Regards,PenciDesign. 1Alexandre repliedSeptember 25, 2021 at 3:59pmSorry but always no change (image attached) 2,576PenciDesign repliedSeptember 25, 2021 at 4:03pmHi,We've something working on the CSS selector, please add this: @media only screen and (max-width: 767px) { body.single .entry-content h2 { font-size: 14px!important; /* change your font size here */ } }Regards,PenciDesign.1 Like 1Alexandre repliedSeptember 25, 2021 at 5:45pmThanks !! All is OK ! ;) Sign in to reply ...
How do I change the font size on mobile view. Currently it's too small for my liking. I edited the page sections but it only updates on desktop view.
Hi,
I'm not clear about the issue.
Please send your screenshot for the issue and send me your website management information ( admin url site , username and password ) . I will check it again.
Best Regards,
PenciDesign
Hi.
Please go to Customize > Addtional CSS then add custom css to do that
you can change font size of post title block 6 is 14px to any font size you want
Best Regards,
PenciDesign
It didn't help. Nothing changed. see attachment
Hi,
Sorry, i checked and config help you.
Please check screenshot http://prntscr.com/ngajy8
Best Regards,
PenciDesign
Hi,
I would change the font size only on mobile.
Where can I change this parameter ?
Thanks
Hi,
Please send me the related page URL. I'll suggest custom CSS for your site.
Regards,
PenciDesign.
Here for example : 🎞 DANS LE RETRO #ASSEOGCN : Un bon présage avant d'affronter Nice ! ⋆ Peuple-Vert.fr - Foot - ASSE - Actualité
Hi,
Please go to Appearance → Customize → Aditional CSS then add the following custom CSS code:
Regards,
PenciDesign.
No change. Can you check if I did the right thing (image attached) ?
Hi,
Please add the extra parameter to this code:
Regards,
PenciDesign.
Sorry but always no change (image attached)
Hi,
We've something working on the CSS selector, please add this:
Regards,
PenciDesign.
Thanks !! All is OK ! ;)