Okay
  Public Ticket #3003173
Remove first row from recent post widget
Closed

Comments

  •  2
    John Miller started the conversation

    On our home page, we have 3 recent post boxes. I'm using the "Recent Posts" widget from WP Bakery that comes with the site and "List with Featured First Row" template. Really, all I want is the title, but there isn't an option that provides the look and feel that i'd prefer. I want to keep it simple.

    Is there a way to remove the "first row" from the post copy that the widget pulls in?

  •  1,877
    Judith replied

    Hi John,

    Thanks for keeping in touch.

    Please send in a screenshot and highlight the elements of the posts that you would want us to remove.

    Thanks.

  •  2
    John Miller replied

    Thanks for getting back to me. Please see attached. What I want to remove is boxed in red.

  •  2,958
    Andrew replied

    Hello John,

    Use the following CSS.

    .blog-recent[data-style=list_featured_first_row] .excerpt {
        display: none;
    }
    

    Thanks,

  •  2
    John Miller replied

    This worked. I appreciate it. Thank you!