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 #1397723
Mobile View Title Font Size
Closed

Comments

  • Hisham started the conversation

    Hi,

    I would like to increase the title font size in mobile view because it does not look stand out comparing with the content font size. Is it doable?

  •  2,699
    PenciDesign replied

    Hi,

    You can change it by add more this code to Customize > Custom CSS code:

    @media only screen and (max-width: 767px){
    .container-single .single-post-title {
        font-size: 28px;
    }
    }

    Change number 28 to value you want.

    Best Regards,

    PenciDesign

  •   Hisham replied privately
  • Hisham replied

    Hi,


    Problem solved. I changed the code to this


    @media only screen and (max-width: 767px){
    .container-single .single-post-title {
        font-size: 28px;
    }
    }