Home › Support Forums › Theme Support › Enlightenment › How to modify the enlightenment_the_title_args › Reply To: How to modify the enlightenment_the_title_args
Daniel Tara
Keymaster
Instead of using a short title which may be bad for SEO I suggest you truncate the title with CSS like this:
.entry-title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
This will preserve the link title attribute so when visitors hover on it they will see the title.