+1
Answered

How to avoid post titles gets truncated and ends with "..." in the Hero post widget?

maurizio 2 years ago updated 2 years ago 2

We would like to show the full title, how can we do that?

Thanks

https://inspiring-blackwell.185-108-112-177.plesk.page/

GOOD, I'M SATISFIED
Satisfaction mark by maurizio 2 years ago
Answered

Hello


Try this custom CSS

https://www.anwp.pro/how-to-add-custom-css-to-your-wordpress-site/


.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__title {
overflow: visible !important;
text-overflow: initial !important;
display: initial !important;
-webkit-line-clamp: initial !important;
-webkit-box-orient: initial !important;
max-height: unset !important;
}

--

Best Regards

Andrei S.

Thanks it is working