rinoa3108 Nov 2, 2019 · 2:56 am #13435
Hello,
What is the best way to remove word breaking in my website? Ive got headings with long phrases and they hyphenate on to 2 lines. Thanks
Hello,
What is the best way to remove word breaking in my website? Ive got headings with long phrases and they hyphenate on to 2 lines. Thanks
Hi, try adding to Customize > Additional CSS:
h1,
h2,
h3,
h4,
h5,
h6 {
hyphens: none;
}