Archived topic
Show full archive content titles
5 replies · Started by Matteo on November 22, 2021
Viewing posts 1–6 of 6
Hello,
I'd like to display the content titles in archives on three lines instead of, or, even better, the full title. I didn't manage to have a title longer than two lines. How can I show the full title?
Thanks in advance for your help.
Hi there,
can you share a link to your site ?
The Dispatch site has some line clamping CSS.
Go to Customizer > Additional CSS and remove this block of CSS:
.generate-columns-container article .entry-header .entry-title,
.wp-show-posts article .wp-show-posts-entry-title {
line-height: 2.5ex;
height: 5ex;
overflow: hidden;
text-overflow: ellipsis;
}
Thanks, it worked!
Glad to hear that!
This archived topic is closed to new replies.