Home Forums Basel support forum Single shop header Reply To: Single shop header

#847

Artem Temos
Keymaster

Hello there,

You can add the following few lines to your Custom CSS in Theme Settigs to set header background only for single product pages

.single-product .main-header {
    background: black;
}