Home Forums Azuma How can I remove the summary at the bottom Reply To: How can I remove the summary at the bottom

#9082
Andy
Keymaster

Add this to Additional CSS in the customizer:

.single .entry-footer,
.single .post-navigation {
    display: none;
}