Meteen naar de content
- Een selectie kiezen resulteert in het geheel verversen van de pagina.
- Opent in een nieuw venster.
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down {
margin-left: 0 !important;
padding-left: 0px !important;
}
/* Zorg dat het logo zwart is op andere pagina's, ook zonder hover */
body[class*="template"]:not([class*="template-index"]) .header__heading-text {
color: #000 !important;
}
/* En bij scrollen */
.scrolled-past-header .header__heading-text {
color: #000 !important;
}
/* Zorg dat het logo op alle niet-homepagina's direct zwart is */
body[class*="template"]:not([class*="template-index"]) .header__heading-text {
color: #000 !important;
}