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
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
It looks fantastic (and works). Thank you so much for your time and effort, Devin.