Maala-Shop

blackweek

setTimeout(function(){ let all_categories = document.getElementById("categorydescid").textContent if (!(all_categories === "")){ let array = JSON.parse(all_categories )[0] for (variable in array ) { let newDiv = document.createElement("a"); newDiv.textContent = variable; newDiv.href=array[variable] newDiv.style = "padding: 7px 12px;border-radius: 5px;border: 1px solid #666;margin: 10px;display: inline-block;" document.getElementById("subcategoriesdiv").appendChild(newDiv ); } } }, 1000)
const style = document.createElement("style"); style.innerHTML = ` .cmp-product-thumb .special-tags .badge:before { content: 'BLACK WEEK DEAL'; } .cmp-product-thumb .special-tags .badge { background-color: #000 !important; } `; document.head.appendChild(style);