Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3237515
Category name small on mobile for lists posts layout
Closed

Comments

  • trufette started the conversation

    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 !

    Attached files:  Capture.JPG

  •  2,486
    PenciDesign replied

    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.