WordPress Blockeditor

Portfolio-Items mit Hovereffekten anlegen in GenerateBlocks

CSS zur Animation der Überschrift sowie ausblenden der Effekte auf mobilen Geräten, die nicht mit Toucheingabe arbeiten.

/Portfolio-Sektion Startseite Texte einblenden bei hover/
@media (min-width:1025px) {
.texthover {opacity: 0;}
.imghover:hover .texthover {opacity:1; transition-duration: 0.3s;}}

@media (max-width:1024px) {
.texthover {background-color: black !important;
padding-left: 8px; padding-right: 8px;}
}

WordPress Installation sichern am Beispiel UpdraftPlus

Schriften lokal einbinden