Home › Forums › ASE Support › Image Component background color This topic is: resolved This topic has 1 reply, 2 voices, and was last updated 4 years, 1 month ago by Hyun Supul. Viewing 2 posts – 1 through 2 (of 2 total) Author Posts November 29, 2016 at 8:53 am #13968 Reply Will Yurman Participant Now that we can change the background color in Fable, is there a way to change the background color for the Image Component to match? thanks! Will November 29, 2016 at 10:29 am #13970 Reply Hyun Supul Keymaster Hi Will, the following custom CSS code would get rid of the background color for Image captions/credits (so it would have the same color as the default background) .aesop-image-component .aesop-image-component-caption { background:none !important; } Or you can replace “none” with a color value to change the color. Let me know if this is what you are looking for. Author Posts Viewing 2 posts – 1 through 2 (of 2 total) Reply To: Image Component background color Notify me of follow-up replies via email Set as private reply Submit