Home Forums WoodMart support forum need to remove the heading in the page title image Reply To: need to remove the heading in the page title image

#325339

Hello,

To remove only the blog title. You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.title-size-large .title {
    display: none;
}

If you want to display the blog title on the blogs. Please Go to Theme Settings >> Blog >> Single Blog >> Set the post design to a large image.

Screenshot for Clarification: https://gyazo.com/bcfece969ef60a67e2ff0ddb517c9990

Regards.
Xtemos Studios.