Mobile Font Sizes

Homepage Community Forums Guru Theme Support Mobile Font Sizes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21275
    Kristine
    Customer

      Is there a place where I can change the font sizes for mobile? My font sizes are just too big on mobile, and look great on desktop. I’m mostly interested in changing the “title” font size (for front page 1) and my H-tags.

      #21282
      Wes
      Moderator

        Yes you can add something like this in your Responsive section (near the bottom of the CSS file) –

        .front-page-1 .image-section h4 {
            font-size: 42px;
        }

        That controls the front-page-1 widget.

        If you want to control all of the Home Page widget titles, then you can add something like this –

        .image-section h4, 
        .solid-section h4 {
            font-size: 42px;
        }

        Let me know if this helps.

        #21289
        Kristine
        Customer

          That helps, thanks!

          #21293
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Mobile Font Sizes’ is closed to new replies.