Okay
  Public Ticket #2982634
How to remove blue banner from all pages?
Closed

Comments

  • Rizwan started the conversation

    How to remove blue banner from all pages? ) Breadcrumbs I think.

    See Attachment Please.

  •  19
    Kristina replied

    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:

    .section_padding_70>[class*=container] {
        padding-top: 70px;
        padding-bottom: 70px;
        display: none;
    }
    

    Best Regards!

  • Rizwan replied

    Thanks Kristina,

    It was success. But what about the Extra Top Space or Gap which is still there on top after breadcrumb remove?

  •  19
    Kristina replied

    Hello, 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!