Skip to content

Instantly share code, notes, and snippets.

@sophiawzey
Last active November 29, 2018 18:50
Show Gist options
  • Save sophiawzey/d65526ec3e88b5dddee1d3720cd55ec8 to your computer and use it in GitHub Desktop.
Save sophiawzey/d65526ec3e88b5dddee1d3720cd55ec8 to your computer and use it in GitHub Desktop.
[Breadcrumbs] from breadcrumbnavxt plugin #wordpress
.breadcrumbs {
background: $very-light-gray; // swap this out
padding: .55rem 0 0.7rem;
margin: 0;
}
<div class="breadcrumbs">
<div class="grid-container">
<?php if ( function_exists( 'bcn_display' ) ) {
bcn_display();
} ?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment