Removing Hyphens
- The topic ‘Removing Hyphens’ is closed to new replies.
Need help? Check out our Support site, then
Wondering if it’s possible to get CSS that will just make text go to the next line rather than hyphenating. It appears to be happening on headers, like blog posts titles on the home page “Local Partner Spotlight: Wa-
termelon Salsa”, and on widgets: “Follow A-
long”.
The blog I need help with is: (visible only to logged in users)
Hi,
How are things going on your side of the world?
I hope you are confident that we are going to make it work with COVID-19.
Regarding your issue, here’s a workaround using custom code:
.entry-title,.card__title h2,.widget__title{
hyphens: manual;
}
Insert it in Appearance → Customize → Additional CSS.
Stay safe,
Alexandru
Pixelgrade
Doing great over here – I hope you are as well!
Thank you so much, this worked.
Is it possible to get a code/tweak this code so the body of posts also don’t hyphenate? Thanks!
Hey,
We fixed this through the other support topic.
Best,
Alin