Home Forums Themes Support Formota Changing Font Size in Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11092
    tsims2023
    Supported

    I am using the home-6 homepage and the text in the middle is a perfect size when looking at desktop. However, when looking on mobile it becomes much smaller. Can I change these to be bigger?

    Attachments:
    You must be logged in to view attached files.
    #11094

    Hi,
    Thanks for contacting us and choosing our product!
    About this issue you can go to Appearance -> Customize -> Additional CSS and add this code:

    @media screen and (max-width: 767px) {
      .video-creative-shortcode-wrapper.list .video-list .video-item.style_1 .video-item-content .video-title a {
        font-size: 28px;
      }
    }

    How to get this code please see in this video: https://www.youtube.com/watch?v=_OJ8mByfDUU
    Hope this help!

    ****
    Regards,
    HaruTheme

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.