I need to make the t3-wrapper transparent to to show the background image in the body, i have used firebug to do it in the browser and tried to follow the location of the fill but it always point to the t3 assets location rather then the actual .less file, in the end i have found the t3-wrapper in the off-canvas.less file in the base-bs3 folder, which points to the @body-bg variable which i can not find anywhere.
So my question is how do i change the t3-wrapper to transparent in the t3-bs3-blnk template, in the local/less/themes/my-theme/ so when the template update my changes are not overridden,
i have tried making changes to the .t3-wrapper in the temlplate.less file under my theme but the changes don’t render but seem to be loaded and ignored when i inspect in firebug, this has been driving me crazy for the last 3 days