Comments 3Jiftekar started the conversationJune 25, 2020 at 11:16amHi, 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,884Tahir repliedJune 25, 2020 at 12:05pmHey 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 Sign in to reply ...
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
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