Home Forums WoodMart support forum Page blog Reply To: Page blog

#376566

Luke Nielsen
Keymaster

Hello,

We appreciate your message!

You can hide the image on the top of the single post page by using the below code. Enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

.single-post .entry-header {
    display: none;
}

Let me know if there is anything else I can help and have a good day!

Kind Regards