PluginProbe
Catch Breadcrumb / 1.7
Catch Breadcrumb v1.7
trunk 1.0.0 1.0.1 1.0.2 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6 1.7 1.8 1.9 2.0 2.1 2.2 All 29 releases
catch-breadcrumb / public / css / catch-breadcrumb-public.css

catch-breadcrumb-public.css in Catch Breadcrumb 1.7, at public/css/catch-breadcrumb-public.css

49 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }