Comments comunicacionuchur started the conversationNovember 25, 2017 at 4:38pmHi! Thank you for your patience.I have changed the font size for the featured slider and it looks great on PCs, but it looks too big on small screens such as an iPhone.Also, how can I make the category text larger on the featured slider? 2,700PenciDesign repliedNovember 26, 2017 at 10:47amHi,1/ You need to change your Custom CSS code from: .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a { font-size: 50px;}To: @media only screen and (max-width: 1170px){ .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a { font-size: 50px;} }2/ You can add more this code to Customize > Custom CSS to: @media only screen and (max-width: 1170px){ .penci-mag-featured-content .cat > a.penci-cat-name{ font-size: 20px; } }Best Regards,PenciDesigncomunicacionuchur repliedNovember 27, 2017 at 1:00pmNow it looks great on the iPhone but too small on my PC. I need to use a font size for PC and another for iPhone. 2,700PenciDesign repliedNovember 28, 2017 at 2:36amHi,Ah, I'm sorry. I wrong a bit the codes.1/ Please try use: @media only screen and (min-width: 1170px){ .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a { font-size: 50px; } }To change the font size for desktop.And use more this code @media only screen and (max-width: 768px){ .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a { font-size: 20px; } }To change the font size for mobile.Change number 20 to the size you want.2/ You can use this code to change the size of category on the slider for desktop: @media only screen and (min-width: 1170px){ .penci-mag-featured-content .cat > a.penci-cat-name{ font-size: 20px; } }Best Regards,PenciDesign Sign in to reply ...
Hi! Thank you for your patience.
I have changed the font size for the featured slider and it looks great on PCs, but it looks too big on small screens such as an iPhone.
Also, how can I make the category text larger on the featured slider?
Hi,
1/ You need to change your Custom CSS code from:
To:
2/ You can add more this code to Customize > Custom CSS to:
Best Regards,
PenciDesign
Now it looks great on the iPhone but too small on my PC. I need to use a font size for PC and another for iPhone.
Hi,
Ah, I'm sorry. I wrong a bit the codes.
1/ Please try use:
To change the font size for desktop.
And use more this code
To change the font size for mobile.
Change number 20 to the size you want.
2/ You can use this code to change the size of category on the slider for desktop:
Best Regards,
PenciDesign