Okay
  Public Ticket #585865
H2 Font size small on mobile
Closed

Comments

  • Stuart started the conversation

    Hi there,

    I've just changed the font on the typography page (for Header 2) including the font size. The size increases on the desktop but on mobile it's pretty small. How can I increase the font size for mobile for the H2?

    Thanks

  •  8,994
    Tahir replied

    Hey ,


    Please provide the page url so that i can write up the custom css for whats possible.


    Thanks


    ThemeNectar Support Team 

  • Oliver replied

    Hi Tahir,

    I'm having the exact same problem with H2: http://www.solotuition.com

    Please could you help with some custom css?

    Many thanks.

  •  8,994
    Tahir replied

    Hey Again,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        .col h2 {
            font-size: 35px !important;
        }
    }
    
    

    Best.


    ThemeNectar Support Team 

  • Oliver replied

    Perfect, thanks!