Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #876244

    Hi!

    You already helped me with the setup the breadcrumb in new position in this post: https://kriesi.at/support/topic/using-breadcrumb-in-new-position/#post-873369

    But now, the breadcrumbs showing in 2 places – above and below the slider ( http://target1.com.br/concordia/index.php/fale-conosco/ ).

    I just want below the slider.

    In the private content is the access to my website.

    Ca you help me?

    Thanks,

    Mariana.

    #876261

    Hi,

    I think I fixed with this code in quick css:

    .html_header_top.html_header_sticky #main {
    padding-top: 40px;
    }

    #top .title_container .container {
    min-height: 50px;
    }

    Will it work with any page I create in the future?

    Thanks,

    Mariana.

    #876272

    Hi!

    Sorry for all the replies.

    I just see that is not working for mobile – Mobile view

    Thanks,

    Mariana.

    • This reply was modified 6 years, 11 months ago by maripupo.
    #876757

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .title_container:not(:last-child) {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #877707

    Thanks, Yigit. It worked!

    I appreciate your help.

    You can close this thread.

    Best regards,

    Mariana.

    #877716

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Breadcrumb – hide in header’ is closed to new replies.