Hi,
I am trying to remove the hyphens from the title, using The Grid to display blog posts.
I have tried to add this CSS into my Global Custom CSS (Skin Builder), but so far no success.
.tg-da-blog-skin .tg-element-3 {
word-wrap: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
Can you help?
Thank you

