| 1 |
/** |
| 2 |
* All of the CSS for your public-facing functionality should be |
| 3 |
* included in this file. |
| 4 |
*/ |
| 5 |
|
| 6 |
|
| 7 |
.entry-breadcrumbs { |
| 8 |
text-align: center; |
| 9 |
} |
| 10 |
.woocommerce-breadcrumb { |
| 11 |
text-align: center; |
| 12 |
} |
| 13 |
.sep { |
| 14 |
padding: 5px; |
| 15 |
} |
| 16 |
|
| 17 |
/* Remove after content if theme ads any */ |
| 18 |
.catch-breadcrumb .entry-breadcrumbs a:after, .catch-breadcrumb .woocommerce .woocommerce-breadcrumb a:after { |
| 19 |
display: none; |
| 20 |
} |
| 21 |
|
| 22 |
/* Set margin right to 0 */ |
| 23 |
.catch-breadcrumb .entry-breadcrumbs a, .catch-breadcrumb .woocommerce .woocommerce-breadcrumb a { |
| 24 |
margin-right: 0; |
| 25 |
} |
| 26 |
|
| 27 |
@font-face { |
| 28 |
font-family: "FontAwesome"; |
| 29 |
font-weight: normal; |
| 30 |
font-style : normal; |
| 31 |
src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0"); |
| 32 |
src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), |
| 33 |
url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), |
| 34 |
url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), |
| 35 |
url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), |
| 36 |
url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); |
| 37 |
} |
| 38 |
|
| 39 |
.fa.fa-home { |
| 40 |
font-family: "FontAwesome"; |
| 41 |
} |
| 42 |
|
| 43 |
.fa-home::before { |
| 44 |
content: "\f015"; |
| 45 |
} |
| 46 |
|
| 47 |
#catch-breadcrumb-container { |
| 48 |
display: none; |
| 49 |
} |