Back to Top JS

document.addEventListener(“DOMContentLoaded”, function() { var btn = document.getElementById(“back-to-top”); window.addEventListener(“scroll”, function() { if (window.scrollY > 300) { btn.style.display = “block”; } else { btn.style.display = “none”; } }); btn.addEventListener(“click”, function(e) { e.preventDefault(); window.scrollTo({ top: 0, behavior: “smooth” }); }); });Continue reading

Back to Top CSS

.back-to-top { position: fixed; bottom: 20px; right: 20px; background-color: ivory; opacity: .75; font-weight: bold; font-size: 1rem; text-transform: uppercase; padding: 5px 10px; border: 1px solid; border-radius: 50%; text-decoration: none; display: none; /* Hidden by default */ z-index: 99; }Continue reading

Add Hash Tag

a[class^=”tag-cloud-link”]::before { content: ‘#’; color: blue; // optionally add theme color font-weight: bold; // optionally make thicker }Continue reading

Untitled Snippet

Sabor Elegante | Recetas de Cocina Fáciles y Deliciosas 🍳 Sabor Elegante Inicio Recetas Nosotros Contacto Privacidad Cocina con Pasión Recetas fáciles, saludables y elegantes para todos los días Ver Recetas Espacio Publicitario 728×90 – Google AdSense Italiana Pasta Alfredo…Continue reading