Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #848309

    Hello.

    I changed the code in my child theme like so:

    https://kriesi.at/support/topic/add-yoast-breadcrumbs-in-the-same-spot-of-the-enfold-breadcrumbs/#post-243686

    Under Theme Options – Header Layout – Heater Title and Breadcrumbs I set it to “Display only breadcrumbs”.

    Breadcrumbs showed for a brief period, but they no longer show. However, if I set the above to “Display title and breadcrumbs” both show up in the header.

    Can you please advise what changes I can make to resume showing breadcrumbs in the header? Also, I would like breadcrumbs only to show on full screen width, so I have inserted the following code under General Styling – Quick CSS:

    @media only screen and (max-width: 767px) {
            .breadcrumb {
                     display: none !important;
            }
    }

    Thanks!

    #848323

    Update: I tried removing all Quick CSS and reloading the site, which fixed the issue. I will attempt to isolate which CSS code was the culprit.

    Please disregard my original request.

    Thanks!

    #848497

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.