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 #1608322
Change fontsize in mobile view
Closed

Comments

  • Udbye8700 started the conversation

    Hi,

    Could you please tell me where I can change the fontsize of for instance H1 on mobile devices? I can see its beeing defined in the viewport, but I hope you can elaborate how to change it correctly.

    Thanks
    Thomas

  •  2,699
    PenciDesign replied

    Hi,

    You need to let me know exactly where do you want change the fontsize for H1? I need to get correct CSS to give you solution.


    Best Regards,

    PenciDesign

  • Udbye8700 replied

    Hi,
    Thanks for your feedback.
    I attach two screenshots where I want to increase the fontsize of the title "Bananmuffins" on mobile version.

    Where do I find this option?

    Thanks.

  •  2,699
    PenciDesign replied

    Hi,

    1/ For first screenshoot, please add more this code to Customize > Custom CSS to change it:

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


    2/ For second screenshoot, please add more this code to Customize > Custom CSS to change it:

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

    Change value 20 & 28 to any value you want.


    Best Regards,

    PenciDesign

  • Udbye8700 replied

    Thanks a lot for your guidance and elaboration - I appreciate your work :-)