document.querySelectorAll('img').boxShadow = '0 0 10px rgba(0,0,0,0.5)';
let els = document.querySelectorAll('img');
Array.prototype.forEach.call(els, function(el) {
el.style.boxShadow = '0 0 10px rgba(0,0,0,0.5)';
});
li.current-menu-item > a {
color: inherit;
pointer-events: none;
}
li.current-menu-item > a {
color: ...
}