document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll('a').forEach(function(el) { if (el.textContent.trim() === 'Tisk') { el.style.display = 'none'; } }); });

Jak nakupovat

.detail-tools a:first-child { display: none !important; }