Overlay Headers Long Profile (Premium Compatible - Code)

Battlewinner

Basic Info


THIS IS THE CSS ONLY.

For the HTML, use the code from the base version

Profile


/*This uses two color values, a base color and a slightly darker version, to change everything with the danger color class. It includes hover/active states which the Custom Colors version lacks.*/
/*Replace all instances of '' for the main color*/
/*Replace all instances of '' for the darker color*/

.text-danger,
.text-danger > p {
 color:#009788 !important;
}
.bg-danger,
.card-danger,
.alert-danger {
 background-color:#009788 !important;
 }
.card-outline-danger,
.card-outline-danger .card-header {
 border-color:#009788 !important;
}
.btn.btn-danger,
.badge-danger,
.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger.active {
 background:#009788 !important;
 border-color:#009788 !important;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.badge.badge-danger:hover,
.badge.badge-danger:focus,
.nav-link.active {
 background:#008275 !important;
 border-color:#008275 !important;
}
.btn.btn-outline-danger {
 border-color:#009788!important;
 color:#009788 !important;
}
a.text-danger:focus, a.text-danger:hover {
 color:#009788 !important;
}

.profile-fields-title,
.profile-content-title {
  display: none;
}