Change Description box background color on roGridScreen

Is there a way to change the background color on the roGridScreen’s description box? I have searched high and low and can not find this property anywhere. :?: I have tried GridScreenDescriptionBackgroundColorHD, GridScreenDescriptionBackgroundHD, GridScreenDescriptionHD and maybe some others none of these are working for me.

Or ;)… is there a way to change the background to a custom image? I saw that a channel development service offers this feature but I can’t find how to do it. Here is a link to the service that offers it, http://www.instanttvchannel.com/roku/grid (bottom of page) .

I am not using ScreenGraph I am just using standard development with the Roku structures.

Thank you very much for taking the time to read this. Any information that you can offer will be helpful. :grinning_face_with_smiling_eyes:

That is done through roAppmanager –

GridScreenDescriptionImageHD
URL to set HD Description callout background image on Grid.
pkg:/images/Description_Background_HD.ng

GridScreenDescriptionImageSD
URL to set SD Description callout background image on Grid.
pkg:/images/Description_Background_SD43.png

https://sdkdocs.roku.com/display/sdkdoc/roAppManager

Thank you very much. This was very helpful. :grinning_face_with_smiling_eyes: :open_mouth: