Hi There,
There is a syntax error in your custom CSS:
.x-colophon.top,.x-colophon.bottom{background-color:white;border-top:1px solid rgba(0,0,0,0.086);box-shadow:0 1px 0 0 rgba(255,255,255,0.8) inset;@media only screen and (max-width:600px){.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper{display:none !important;}.forcefullwidth_wrapper_tp_banner{min-height:300px;background-image:url(https://einkaufchip.de/wp-content/uploads/2018/10/Slider-Mobil-EKC.png);background-size:cover;}}
I’ve used this online tool to correct it: https://e10host.com/css-beautifier
Please replace the current CSS with this:
.x-promo {
border: none;
box-shadow: none;
}
.with-container {
border: none;
box-shadow: none;
}
.widget ul,.widget ol,.widget_nav_menu ul li a,.widget_meta ul li a,.widget_pages ul li a {
border: medium none;
box-shadow: none;
font-size: 15px;
}
.widget_nav_menu ul li a::before,.widget_meta ul li a::before,.widget_pages ul li a::before {
content: "";
}
.x-colophon.top,.x-colophon.bottom {
background-color: white;
.x-navbar .x-container.max.width{max-width: 1200px;
}
.x-colophon.top,.x-colophon.bottom {
background-color: white;
border-top: 1px solid rgba(0,0,0,0.086);
box-shadow: 0 1px 0 0 rgba(255,255,255,0.8) inset;
}
@media only screen and (max-width: 600px){
.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper{
display:none !important;
}
.forcefullwidth_wrapper_tp_banner {
min-height: 300px;
background-image: url(https://einkaufchip.de/wp-content/uploads/2018/10/Slider-Mobil-EKC.png);
background-size: cover;
}
}
Regards!