Tagged: ,

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

    Hello! I’m working on a site over at http://atlasdigital.se/masterjohan/

    I quite like the divider part between the header and the rest of the page. Having the page title at the top left is fine, but we can’t really make use of the crumb trails over on the right side, seeing that we’ll have very few pages and even less parent/child pages.

    Do you know a good way of hiding the crumb trails on all pages, or a better solution to my problem?

    Best regards,

    Andreas

    #137456

    Hi Andreas,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .title_container .avia-breadcrumbs {
    display: none;
    }

    Regards,

    Devin

    #137457

    It looks fantastic (and works). Thank you so much for your time and effort, Devin.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide or remove crumb trails in Enfold’ is closed to new replies.