How to remove the field "similar post"

hello

how can I remove the field “similar post” at post section ?
thank you.
best regards,

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove similar posts*/
.related-posts.row {
    display: none !important;
}

Best regards,
Support.

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove similar posts*/
.related-posts.row {
    display: none !important;
}

Best regards,
Support.