Hi welti!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-layerslider.avia-shadow {
box-shadow: none!important;
}
div#after_layer_slider_1 {
border-top: none;
}
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
div#layerslider_3 {
border: 15px solid white;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#wrap_all { border: white 15px solid; }
.avia-menu-fx { bottom: 70px; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #header {
top: 0;
}
Cheers!
Yigit
Hi!
Try adding this on Quick CSS or custom.css:
.html_stretched #wrap_all:before {
content: '';
display: block;
width: 100px;
height: 100px;
background: white;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: -50px;
left: -100px;
z-index: 9999;
}
Cheers!
Ismael