2017-03-14 2 views

Antwort

0

CSS Opazität Problem auf dass Seite Verwendung opacity : 1; insted opacity:0;

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img { 
    opacity: 1; 
} 
+0

Vielen Dank, es funktioniert – Ridhik

0

entfernen dieser von Ihrem style.css

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img { 
    opacity:0; 
} 
+0

Vielen Dank, es funktioniert – Ridhik

0

ändern

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img { 
    opacity: 0; 
} 

Um

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img { 
    opacity: 1; 
} 
+0

Vielen Dank, es funktioniert – Ridhik

Verwandte Themen