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 #2661000
Mobile Site Text
Closed

Comments

  • lucaviscardi started the conversation

    Hi! I don't know if you already have an option for that, but it would be great to be able to choose the font size depending on the version of the site.

    To make the site easy to ready and to avoid exceptions from Google I had to increase the font size, but now it's too big on the desktop.

    How can you match the two different needs? Thank you!

  •  501
    Penci replied

    Hi,

    Unfortunately, unfortunately,  on pennews theme doesn't any option to change font size on mobile.

    Please tell me about the postion you want change size and send me screenshot . I will custom help you.


    Best Regards,

    PenciDesign


  • lucaviscardi replied

    Hi! I'd like to make the titles on homepage bigger, blocks 14 & 37!

    Thank you!

  •  501
    Penci replied

    Hi,

    Please try go to Customizer > Addtional CSS then add custom css to do that

    @media screen and (max-width: 768px){
    .penci-block_14 .penci__post-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .penci-block_37 .penci__post-title {
        font-size: 22px !important;
    }
    }

    Best Regards,

    PenciDesign


  • lucaviscardi replied

    Super cool, it's perfect, thank you!!! Solved!!