December 3, 2019 at 8:25 am
#71736
Theme Horse Support Team
Keymaster
Hi Jbedel,
Use the below custom CSS code to switch the grey frame around the content area.
#page {
background-color: rgba(0, 0, 0, 0.1);
}
Please increase the above 0.1
digit value to your desired transparent for black color.
Thank you!