Thank you for the big new update! I come back for buying again now. My new site needs to have margin around the body. I did body margin: 56px; works. Now I want to set the body background-color to #CCC. I did but it did not change. Can you tell me the CSS code for this?!
Hey royaltask!
Try adding this to your custom CSS.
html { background: #ccc !important; }
If that’s not working then send us a link to your page so we can get an idea of what’s going on.
Regards,
Elliott