i have a web page , and there are many elements on that web page(including a "change BG" button). i want to hide all other content( excluding that "chang BG" button) when i click on that "change BG" button using JavaScript. secondary option is ->when i click on that button , i want to blur all other elements on that webpage (excluding that "change BG" button) using JavaScript.
the aim is , when a user click on that "change BG" button he/she should not be able to access any other content on that web page.