.product-item__camecase-wrap span::before {
content: "1,571,999"
}
body {
background-color: black;
color: dark grey;
font-family: 'Arial', sans-serif;
}
/* Verberg alle afbeeldingen op de website */
img {
display: none !important;
}
/* Maak alle achtergronden zwart */
body,
div,
section,
header,
footer,
article,
aside {
background-color: #000 !important; /* Zwarte achtergrond */
color: #000 !important;
}
/* Specifieke tekst zwart op zwart voorkomen */
h1, h2, h3, h4, h5, h6, p, span, a {
color: #000 !important; /* Witte tekstkleur */
}
/* Maak alle borders zwart voor de hele website */
* {
border: 1px solid black !important; /* Zwarte rand van 1px dik */
}
.swiper-slide__img::{
background: black;
}
.sideslip-horizontal-swipe::{
color: black;
swiper-container: none;
}
.swiper-slide__img{
background: black;
color: black;
}
.sui-input__inner sui-input__inner-suffix sui-input__inner-prefix{
color: black;
}
.star-icon-list{
color: black;
}
/* General rule to change all icon colors to white */
i, svg, .icon, .fa, .icon-fontawesome {
color: white !important;
}
/* If icons are SVGs with specific fill color, you can force the fill to be white */
svg path {
fill: white !important;
}
/* If the icons are background images, you can target their background */
.icon, .icon-fontawesome, .fa {
background-color: white !important;
}
/* Additional specific rules for other icon libraries or elements might be necessary */
/* Verander de kleur van alle subtitels (h2, h3, h4, h5, h6) naar wit */
h2, h3, h4, h5, h6 {
color: white !important;
}