Okay
  Public Ticket #1487629
page_breadcrumbs
Closed

Comments

  • elie started the conversation

    hello,

    it is possible to disable the page breadcrumbs?i dont find it in the documentation

  •  1,641
    Andrey replied

    Hello, Dear Elie!

    To hide breadcrumbs from pages, click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    .page_breadcrumbs.parallax {
        background-image: url(../img/parallax/features.jpg);
        display: none;
    }
    .section_padding_top_150 > [class*="container"] {
        padding-top: 50px;
    }
    

    Then click "Publish" button.

    You will receive the following result: http://nimb.ws/EqGA2o

    Best Regards!

  • elie replied

    hello it is work thank you so much!

  •  1,641
    Andrey replied

    We are glad to assist you!

    Best Regards!

  • elie replied

    i just whant to say a last thing for this css work it is needed to use the first breadcrumbs in the menu WP Dashboard => Appearance => personalise 

    in

    • Page title sections with optional breadcrumb select the first.

    (if it can help someone)

    you can close the tiket.

  •  1,641
    Andrey replied

    Hello, Dear Elie!

    Thank you for your notice!

    Best Regards!