[Support request] Doubt length name items

Home Forums Support [Support request] Doubt length name items

Home Forums Support Doubt length name items

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1386687
    Jesus

    Good morning, is there any way to see the titles of the entire articles, and not cut the title name in half?
    A greeting!

    #1386731
    David
    Staff
    Customer Support

    Hi there,

    Dispatch adds this CSS to Customizer > Additional 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;
    }

    Delete that CSS

    #1387513
    Jesus

    Perfect thank you very much, you have helped me to see the title. But the problem now is that the letters are too big, how can the letters be reduced in size?

    #1387866
    David
    Staff
    Customer Support

    Go to Customizer > Typography > Headings and change the Archive Content Title (H2)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.