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 #3002427
Post Title Mobile Version
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    Why in mobile version is Post Title smaller than the title of the sub-chapter? How is possible to increase it?

  •  2,492
    PenciDesign replied

    Hi,

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

    @media screen and (max-width: 768px) {
        .single .entry-header .penci-entry-title {
            font-size: 22px !important;
        }
    }

    Change 22px with the font size you want to display.

    Regards,
    PenciDesign.