Background transparency possible for sidebar position?

GK User
Sun May 25, 2014 3:55 pm
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?
User avatar
Gold Boarder

GK User
Sun May 25, 2014 8:38 pm
Hi,
no problem.
Just use this id named "gkSidebar"
Code: Select all
#gkSidebar { ....  }

and put inside your css3 code.
User avatar
Platinum Boarder

GK User
Mon May 26, 2014 4:07 pm
Thanks so far. The result is not as I want yet. The sidebar transparancy area is "glued" togheter with the main body area. I want them seperated. I have sent you a PM as my site is not live yet.
User avatar
Gold Boarder

GK User
Mon May 26, 2014 8:13 pm
Ok, so please try this
Code: Select all
#gkSidebar .box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}

:!: INSTEAD last code !!!

Result
User avatar
Platinum Boarder

GK User
Mon May 26, 2014 8:49 pm
Many thanks :P
User avatar
Gold Boarder


cron