wc-breadcrumb #2077
This commit is contained in:
parent
2b4c428414
commit
0ca4880152
File diff suppressed because one or more lines are too long
|
@ -79,7 +79,7 @@ p.demo_store {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#breadcrumb {
|
||||
.wc-breadcrumb{
|
||||
.clearfix();
|
||||
margin: 0 0 1em;
|
||||
padding: 0;
|
||||
|
|
|
@ -948,7 +948,7 @@ if ( ! function_exists( 'woocommerce_breadcrumb' ) ) {
|
|||
|
||||
$defaults = apply_filters( 'woocommerce_breadcrumb_defaults', array(
|
||||
'delimiter' => ' › ',
|
||||
'wrap_before' => '<div id="breadcrumb" itemprop="breadcrumb">',
|
||||
'wrap_before' => '<div class="wc-breadcrumb" itemprop="breadcrumb">',
|
||||
'wrap_after' => '</div>',
|
||||
'before' => '',
|
||||
'after' => '',
|
||||
|
|
Loading…
Reference in New Issue