Every time the theme updates, the coupon widget is added automatically to the footer!
How I should remove that without CSS code and how could I prevent it to happen automatically next time?
Credentials are provided
I wrote this code to hide it temporarily
.footer-widgets>.etheme_widget_satick_block{
display: none;
}