I could do that customization for you!
you can remove the box shadow in style.css file.
- Community Superstar
- Italy
- Sold between 10 000 and 50 000 dollars
- Has been a member for 3-4 years
- Microlancer Beta Tester
- Beta Tester
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Exclusive Author
- Author had a Free File of the Month
you can remove the shadow in the css file.
.box-shadow{
-moz-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
box-shadow: 0 5px 0 rgba(0,0,0,0.05);
}
.box-shadow .box-shadow{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.box-shadow-inset{
-moz-box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
-webkit-box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
box-shadow: inset 0 5px 0 rgba(0,0,0,0.05);
}
Thank you MoJs!! I finally managed to change it!
I have a new question. There is a lot of space between (above and under) the homepage-items. I want to make this space smaller. What do I need to change in the style.css? I hope that someone can help me! Thanks a lot!
- Community Superstar
- Item was Featured
- Author was Featured
- Has been a member for 5-6 years
- Won a Competition
- Sold between 50 000 and 100 000 dollars
- Bought between 10 and 49 items
- Referred between 50 and 99 users
- Europe
Open the website in Chrome, rightclick on what element are you interested > inspect Element > edit values you see or add new parameters(like those are on other elements). Then copy those settings in the css file. voilà, you are a web-dev! 
^ Good advice! 
I can’t use google chrome because I don’t have Mac OS X 10 .5 or higher… do you have another option? 
