How to get rid of border/shadow on Keybox template image


Author Message
James G

Posted: 10/15/2015
Quote message 

The shadow is in the custom css area. line 2553
in artisteer it's in the export>>option>>css options

the borders are in the <head></head>

to get ride of the borders add this to the bottom css:

/*.art-post .layout-item-1 {
box-shadow: 0px 2px 10px #333;
-webkit-box-shadow: 0px 2px 10px #333
}*/ comment out to remove shadow

Add this to remove borders
.art-post .layout-item-0 {
border:none!important;
}