Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: _header.scss
/* ------------------------------------------------------------------------------ * * # Page header * * Page header components and color options * * ---------------------------------------------------------------------------- */ // Base .page-header { position: relative; } // Page title .page-title { padding: $page-header-padding-y 0; position: relative; // Subtitle small { display: inline-block; margin-left: $element-spacer-x; // Divider &:before { content: '/'; margin-right: ($element-spacer-x + 0.25rem); } // On a new line &.d-block { margin-left: 0; &:before { content: none; } } } // Add left spacing to align with text small.d-block, .breadcrumb { margin-left: ($icon-font-size + $element-spacer-x + 0.25rem); } // Remove margin from headings h1, h2, h3, h4, h5, h6 { margin: 0; } } // Page header content .page-header-content { position: relative; padding: 0 $page-header-padding-x; // With custom colored bottom border &[class*=border-bottom-] + .breadcrumb-line { border-top: 0; } // Horizontal spacing on desktop @include media-breakpoint-up(md) { padding-left: ($page-container-padding-x / 2) + ($content-container-padding-x * 2); padding-right: ($page-container-padding-x / 2) + ($content-container-padding-x * 2); } @include media-breakpoint-up(xl) { padding-left: $page-container-padding-x + ($content-container-padding-x * 2); padding-right: $page-container-padding-x + ($content-container-padding-x * 2); } } // // Page header colors // // Light .page-header-light { background-color: $page-header-light-bg; } // Dark .page-header-dark { background-color: $page-header-dark-bg; } // Image background .page-header-cover-light { background: url(#{$img-path}/backgrounds/seamless.png); // feel free to change } .page-header-cover-dark { background: url(#{$img-path}/login_cover.jpg); // feel free to change background-size: cover; }