Hello
How do you be able to change in full the background color of the content-page?
I’ve added this code in customcss file.
.content-page{
background-color: #000000;
}
When I add this code, change the background other than the menu and header.
.page-wrapper{
background-color: #000000;
}