Hi Konstantin,
Thanks for the reply however I’m unable to change the page colour
In the ‘rtl.css’, the actual code was:
*/
#page {
background: white;
width: 1020px;
margin: 40px auto;
}
.site-main
I’ve changed it accordingly as per your advice:
*/
#page {
background: transparent;
width: 1020px;
margin: 40px auto;
}
.site-main
Appreciate if you can help me on this matter.
Thanks