How can I disable a disturbing popup?

Hey there, can someone tell me how can I disable this popup?

https://www.saya.pk/

.po-hint-screen-widget-container{
   display:none !important;
}

which file should I place this code in? @Simonsron

assets->theme-styles-responsive.scss.css

@Moeed You need to deactivate or delete Hint screen widgets or you can use below css also

Put below css into theme.liquid file before tag


But , i think removing widgets option is better instead of hiding it through css.

Do you know how can I remove it instead of hiding? @Ujjaval

For that i need admin access @Moeed