Disable template shadow

GK User
Mon Aug 15, 2011 8:09 am
Hi,

I would like to disable all shadow on the template

http://www.rainet.Fr/demo3

Thanks
Capture decran 2011-08-15 a 11.07.00.png
User avatar
Gold Boarder

GK User
Mon Aug 15, 2011 5:12 pm
Shadows as in CSS3 margins I guess. Just edit CSS and comment all "shadow" attributes, should work.

i.e.
Code: Select all
/* gk_.... {shadow...} */
User avatar
Expert Boarder

GK User
Tue Aug 16, 2011 12:53 pm
Thank you maconsocial for your answer, but when i edit ie css i don't found /gk ... shadow.
Where you find the shadow ?

Thanks.

Rv
User avatar
Gold Boarder

GK User
Tue Aug 16, 2011 1:12 pm
Ok, so you need to going to lignht.css because i choose the light template and delete all shadow in the light css and all shadow of the template disable.

Thanks bye.
User avatar
Gold Boarder

GK User
Tue Aug 16, 2011 1:58 pm
Shadow was just an example, a abbreviation of the codes:

Code: Select all
box-shadow: 0 1px 9px #333;
-webkit-box-shadow: 0 1px 9px #333;
-moz-box-shadow: 0 1px 9px #333;


I'll try to be more specific next time, but I'm glad you got it solved.
User avatar
Expert Boarder


cron