How can I deactivate the image overlay effect (make it brighter) in the gallery view, so that there is no longer any effect when mouse over? Thank-you!
Hey diefleischerei,
Thank you for your patience and the link to your site, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #main .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike. Hat wunderbar geklappt. Noch eine Frage zum Backend. Seit einigen Wochen werden mir Beitäge so angezeigt: https://imgur.com/a/jxAalzd
Also alle Buchstaben untereinander. Ist das ein bekanntest Problem bei Enfold oder bei der Umstellung aug php8?
Vielen Dank und liebe Grüße!
Hi,
It looks like this css:
.widefat * {
word-wrap: break-word;
}
from: \wp-admin\css\common.css
which seems to be a WordPress core file, but I’m not sure why it’s not effecting my install? You could try disabling your plugins and cache and see if that helps, if so enable one at a time to find when the error starts, or I think I could write a script for your functions.php to override, but we are both using the same WordPress & Enfold version so I don’t know what the “real” cause is.
Best regards,
Mike