File: /home/s/l/y/slyfwmm/pianob/wp-content/themes/zk-monaco/assets/scss/pagetitle.scss
.page-title{
background-repeat: repeat;
background-size: inherit;
background-attachment: fixed;
background-position: center top;
background-image: url('../images/dummy/bg-page-title.jpg');
.page-title-info{
text-transform: initial;
font-size: 16px;
color: #999999;
padding-bottom: 0;
text-decoration: none;
display: block;
line-height: normal;
}
.page-title-catname{
}
.page-sub-title{
font-size: 20px;
margin-top: -8px;
}
}
/* =Breadcrumb
----------------------------------------------- */
#breadcrumb-text{
ul.breadcrumbs{
margin: 0;
padding: 0;
list-style: none;
li{
display: inline-block;
margin: 0 0 0 10px;
a{
color: $secondary_color;
}
&:after{
display: inline-block;
content: "\f105";
font-family: $fontAwesome;
padding-left: 10px;
color: $secondary_color;
}
&:first-child{
margin-left: 0;
}
&:last-child{
&:after{
display: none;
}
}
}
}
}