Siteboost 4 Posted October 4, 2017 Hi guys, I am trying to change the background color on cropped/resized images from white to light grey. I have changed line 229 in /modules/mdimagemagick/override/classes/ImageManager.php from "$srcImage->setImageBackgroundColor('white');" to "$srcImage->setImageBackgroundColor('#eeeeee');", but images are still created with a white background. What am I missing? Why isn't it working? Best regards, Mathias Share this post Link to post Share on other sites
Siteboost 4 Posted October 11, 2017 I still haven't found a way to solve this. Anyone? Share this post Link to post Share on other sites
yaniv14 117 Posted October 11, 2017 I never tested that module, but are you sure you are editing the correct file? Check if you have that file in root override folder under classes or modules. And if so, try to edit that line there. Also after you edited override files you need to delete 'cache/class_index.php' file, for changes to take affect. Share this post Link to post Share on other sites
Siteboost 4 Posted October 12, 2017 Thank you both for your input. After some more fiddling around I finally got it to work. Not a 100% sure what made the difference however :D Share this post Link to post Share on other sites