I have succeeded to get a transparent background for the mainbody (see https://www.gavick.com/forums/storefron ... 36317.html), but I would now like to have it also in the sidebar position.
Possible to do this?
#gkSidebar { .... }
#gkSidebar .box {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}