Comments Rizwan started the conversationFebruary 16, 2022 at 7:50amHow to remove blue banner from all pages? ) Breadcrumbs I think.See Attachment Please. 19Kristina repliedFebruary 16, 2022 at 10:16amHello, Dear Rizwan!In order to remove the breadcrumbs from the pages, please click WP Dashboard => Appearance => Customize => Additional Css and pu the following code: .section_padding_70>[class*=container] { padding-top: 70px; padding-bottom: 70px; display: none; } Best Regards!1 LikeRizwan repliedFebruary 16, 2022 at 11:16amThanks Kristina,It was success. But what about the Extra Top Space or Gap which is still there on top after breadcrumb remove? 19Kristina repliedFebruary 16, 2022 at 12:24pmHello, Dear Rizwan!In this case, please add in the Additional CSS the following rule: .section_padding_top_130 > [class*="container"] { padding-top: 30px;} .section_padding_top_140 > [class*="container"] { padding-top: 40px;}Best Regards!1 Like Sign in to reply ...
How to remove blue banner from all pages? ) Breadcrumbs I think.
See Attachment Please.
Hello, Dear Rizwan!
In order to remove the breadcrumbs from the pages, please click WP Dashboard => Appearance => Customize => Additional Css and pu the following code:
Best Regards!
Thanks Kristina,
It was success. But what about the Extra Top Space or Gap which is still there on top after breadcrumb remove?
Hello, Dear Rizwan!
In this case, please add in the Additional CSS the following rule:
Best Regards!