Hi, i ust the custom css class “bg-grey”
This is the code i use:
grey-bg {
background:#f8f8f8!important;
}
.grey-bg .container {
background:#f8f8f8!important;
}
Hey diefleischerei!
Please add following code to Quick CSS
.grey-bg .container {
border-right: 1px solid #e2e2e2;
border-left: 1px solid #e2e2e2;
}
Regards,
Yigit
CLOSED: MANY THANKS!