PenciDesign replied
Hi,
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