Support » Theme: Customizr » Remove the excerpt

  • Resolved pouicpouic

    (@pouicpouic)


    Hello,
    I use the Customizr theme.
    I want to remove the excerpts on the post list grid.
    The excerpt length is set to 0 but this “[…]” is still displayed.
    .grid-container__classic .tc-grid-caption .tc-g-cont {
    display: none;
    }

    is not working.
    Which css property should i target ?

    • This topic was modified 1 year, 1 month ago by pouicpouic.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter pouicpouic

    (@pouicpouic)

    I’m just answering myself. Since I couldn’t find a better way to do this, I modified the declaration in the CSS of the parent theme, taking notes of what I did in preparation for further changes.

    .grid-container__classic .tc-grid-caption .tc-g-cont {
    /* max-height: 100%;
    overflow: hidden;
    width: 100%;*/
    display: none;
    }

    This works.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the excerpt’ is closed to new replies.