`;

$(“header.article-header”).prepend(cat4markup);

const socialIcons = document.querySelectorAll(“span.social-share__icon > svg > path”);
socialIcons.forEach((ele) => {
console.log(ele);
ele.setAttribute(‘fill’, ‘#ffffff’);
ele.setAttribute(‘style’, ‘#ffffff;’);
});

// –>