Okay
  Public Ticket #2452683
Mobile font re-sizing
Closed

Comments

  •  3
    Jiftekar started the conversation

    Hi, 

    Could I just ask how to re-size the titles with an underline on mobile? It seems to overlap on mobile and the underline doesn't sit well. 

    Many thanks, 

    Julie 

  •  8,884
    Tahir replied

    Hey Again,

    Unfortunately, that's how it designed to work. Use Custom CSS if you wish to alter it:


    .nectar-highlighted-text[data-style][data-user-color="true"] h1 em {
        text-decoration: underline !important;
    }


    Thanks 



    ThemeNectar Support Team