esc_html__ homepage widgets

hi, thanks for this really nice looking theme i have it installed with the master theme from git i also have the companion master zip from git but on the homepage widgets i can not write in html i simply want to add a <br/>
I checked the php diles and in functions i found where i needed to start

register_sidebar( array(
‘id’ => ‘sidebar-home’,
‘name’ => esc_html__( ‘Homepage’, ‘shapely’ ),
‘before_widget’ => ‘’,
‘after_widget’ => ‘’,
‘before_title’ => ‘<h2 class=“widget-title”>’,
‘after_title’ => ‘</h2>’,
) );

how do i change the function file so that i can write html on hompage with the shapely widgets please thanks ahead david.

Hi @networking,

Did you try to add a text/html widget to your sections?

Thanks,

Cristian