Justin
asked 11 years ago

how to delete meta that displays on the right hand side after each blog post 🙂

1 Answers
DominicStaff
answered 11 years ago

To remove Meta section you can add the following code to the style.css file

#meta, #searchform, #archives {
display: none;
}

Regards,
Dominic

Powered by DW Question & Answer Pro