how do i remove the mask overlay from the front page?
jhaskins357 Hi The overlay is only on the body padding. add this code in custom.css file to remove it
.t3-mainbody-wrap .t3-mainbody-mask { display: none; }