Site logo

Archived topic

Removing text from related posts widget

3 replies · Started by Sean on September 21, 2022

Viewing posts 1–4 of 4

Hi Sean,

The related posts block is a WP core block so the theme doesn't have any control over it.

That being said, give this CSS a shot:

.sidebar a.wp-block-latest-posts__post-title {
    display: none;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Beautiful! It worked. Thank you!

No problem :)

This archived topic is closed to new replies.