How to change background color of product image placeholder?
27 July 2009
3 Comments
This is a simple magento tips but there are many people have asked for.
You can find and edit this file:
magento\app\code\core\Mage\Catalog\Model\Product\Image.php
find this code:
protected $_backgroundColor = array(255, 255, 255); //white background
change the background to the color you prefer:
protected $_backgroundColor = array(0, 0, 0); //black color //protected $_backgroundColor = array(0, 0, 255); //blue color
Clear cache and refesh the fontend to get your result.
Good work!
Related posts:

Thanks!
Thanks alot, i have to change it into black
much thanks
Thanks for the great tip. I was having so much problem with my website. This website was a and the color of the background was such a pain .. You really solved my problem thanks a lot.
Regards
Leave your response!
Support
Latest Project
Our Work
Popular Tags
Recent Comments
Categories
Services
© 2009 Asia-Connect.com.vn. All Rights Reserved. Powered by WordPress | Log in