how to get rid of header banner buttons on child themes [closed]

It’s nearly impossible to give you a solution without checking your parent theme header section code. But you can simply add a line of CSS #site-banner-right { display: none; } to hide that button.