Dear Support,
we have a problem with the page heading bar. We would like to cut off on the all page this bar. We made this method with using the protocol: Page/Meta/ Show the page title at the top of the page.
However, in the Blog and Shop Page, the page heading is nonremovable with this protocol. This page was generated by Woocommerce plugin. When we made this pages with adding the new pages manually, the problem is preserved.
I tried to use the customizer: Theme Option/General Option/ Custom CSS with the next shortcode:
.page-heading .heading-text {
display: none;
}
.page-heading{padding-top:0px !important;}
.page-heading {
padding-top: 0px;
padding-bottom: 0px;
}
But I think that there is better way to cut off the page heading on all pages.
Could you help me in this problem?
Thank you for your advice
Best regards
Zsolt