How to disable top right setting tab(including global icon world) on this website: http://www.imc-website-test.info/
So far I tried by adding this code below to custom.css but it didn’t disable “Setting” tab
.quick-setting a {
display: none;
}
ul.langs-wrapper li {
display: none;
}Start your code here
: