/* Package Title Background Fix */

.package-title h2 {
    background: none !important;
    background-color: transparent !important;
}

/* Also remove any pseudo-element backgrounds */
.package-title h2::before,
.package-title h2::after {
    background: none !important;
    background-color: transparent !important;
}