Skip to content
Public Ticket #23889

Category name small on mobile for lists posts layout

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width:767px) {
    .penci-featured-infor .cat > a.penci-cat-name,
    .penci-standard-cat .cat > a.penci-cat-name,
    .grid-header-box .cat > a.penci-cat-name,
    .header-list-style .cat > a.penci-cat-name,
    .overlay-header-box .cat > a.penci-cat-name,
    .inner-boxed-2 .cat > a.penci-cat-name,
    .main-typography .cat > a.penci-cat-name {
        font-size: 18px;
    } }

Change 18px with the font size you want to show.

Regards,
PenciDesign.



trufette started the conversation

Conversation Start

Hi !

Trying my website on mobile, i saw that categories's name is really small (and recognized as small ones by pagespeed Insights) on lists posts layout.

I'd like to make it bigger. Could you tell me how to change it with the customizer ? I use the "lists posts" layouts for archives, tag and categories pages.

Thank you !

Want to join this conversation or access attachments? Sign in first.