HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/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;
        }
      }
    }
  }
}