document.querySelectorAll('.main-header__nav .hs-menu-wrapper>ul>li ul>li>a').forEach(function (element) { if (element.innerHTML.indexOf('<br>') !== -1) { var title = element.innerHTML.split('<br>')[0]; var desc = element.innerHTML.split('<br>')[1]; var titleText = title !== undefined ? '<span class="menu-text">' + title + '</span>' : ''; var descText = desc !== undefined ? '<span class="menu-desc">' + desc + '</span>' : ''; var finalText = titleText + descText; element.innerHTML = finalText; element.innerHTML = finalText; } });
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter