Tagged: background color, change color, content area color, grey area
Hello, I would very much appreciate if you can send me the css code to switch the grey frame around the content area for a 1px black frame. thank you very much in advance
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.
0.1
Thank you!