I'm not really familiar with the coding part since I have no programming knowledge whatsoever (maybe html doesn't count?) but from what I recall, you need a lot more code to change than that. For example, a simple listbox looks like this
// Listbox Name
local l = fe.add_listbox( 1455, 159, 439, 825 );
l.rows = 12;
l.charsize = 27;
l.selbg_alpha = 0;
l.set_selbg_rgb( 100, 100, 100 );
l.set_rgb( 175, 175, 175 );
l.set_sel_rgb( 255, 255, 255 );
l.align = Align.Left;
l.sel_style = Style.Bold;
That is what I used when I removed all of the code which contained the wheel/logos version