Before you ask please READ THIS

How to hide description URLs in blog main page entries


Hi.

I write you because I need to hide the URL in the posts description in https://imagingfactory.es/blog/

I added you also a image capture.

Please, could you tell how to hide this field text with CSS specific code (that don't hide other elements)?

I'll be waiting.

Regarsds¡.











urls-delete.jpg
1200 x 458 - 45K

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    To hide description part in all posts please try this custom CSS:
    .posts-list .entry-summary {
        display: none;
    }
    However, it will also hide "read more" link.

    Instead, if you don't want to display these youtube links, you could use "Excerpt" field while adding post. There you can add what you want to be displayed as a summary of the post.

    See: https://wordpress.org/support/article/excerpt/

    With kind regards.

  • Hi.

    Done¡, thank you very much.



Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!