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 #2948418
Font Sizes - Post Titles - Mobile View
Closed

Comments

  •  1
    Rebbi started the conversation

    Hi, I want to change the font size of the post titles in mobile view (see screenshot). I thought I am correct in the Customizer at -> Post Layouts -> Font Size -> Font Size for Post Titles on Layouts: Standard, Classic & Overlay... but unfortunately the title is not changing/responding. What can I do?

  •  2,492
    PenciDesign replied

    Hi,

    After you've made some changes about the style/font size, you need to click the Publish, then clear all the site and check again.

    Regards,
    PenciDesign.


  •  1
    Rebbi replied

    Hi,

    I did that, but unfortunately it doesn't work. I also checked it directly on my phone, no change in font size.

    Regards.

  •   PenciDesign replied privately
  •   Rebbi replied privately
  •  2,492
    PenciDesign replied

    Hi,

    I've fixed the mobile size issue.

    Please check.

    Regards,
    PenciDesign.


  •  1
    Rebbi replied

    Hi,

    thanks! It works now! :)


    Regards

  •   Rebbi replied privately
  •  2,492
    PenciDesign replied

    Hi,

    The category font size option will apply to all devices. If you want to change it on the mobile, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        .cat > a.penci-cat-name, .penci-grid li .item .cat a,
        .penci-masonry .item-masonry .cat a {
            font-size: 13px;
        }
    }

    Change 13px to the size you want to display on mobile only.

    Regards,
    PenciDesign.


  •  1
    Rebbi replied

    Great support as always. Thank you!