hugoaguiar 0 Report post Posted October 26, 2010 Hello guys, I'm using the ecoPro template and I would like to know how to set the background color of the feature and how to emphasize the shadow on the top and bottom limits. I'm attaching a image to show you what I want. Thank you. Share this post Link to post Share on other sites
cmunns 16 Report post Posted October 26, 2010 You'd have to change the CSS for the #spotlight to this ` #spotlight { background:url("../images/spotlight-shadow-bottom.png") repeat-x scroll left top transparent; } ` although this is technically inverted since its a copy of the bottom shadow. You'd also need this `#spotlight .effect {background:none;}` This can all be done using the CUSTOM CSS area in your theme options. Share this post Link to post Share on other sites
hugoaguiar 0 Report post Posted October 26, 2010 Done. Thank you Share this post Link to post Share on other sites