[C#] NativeUI custom banner

Hi everyone,

I’m setting up a menu and I would like to use my own banner. Here’s the part of the code where I call for the file located in my project folder (using VS2017)

if (!MenuPool247.IsAnyMenuOpen())
{
mainMenu247.Visible = true;
mainMenu247.SetBannerType("logo247.png");
}

But the top of the menu is invisible in-game (the original blue one is not visible anymore)

I think the “logo247.png” is wrong, but I wasn’t sure what to put in there

Thanks