Hi,
I want to change the background color of my website but It don’t works.
I tried with theme option and with custom.css by adding this code :
.body{
background-color: rgb(216, 235, 239) !important;
}
I’ve also tried to add this code :
.body.myatu_bgm_body{
background-color: rgb(216, 235, 239) !important;
}
Anyway it’s not working :/
Below, my website
Thank you,
Regards
Pierre Sauvé