Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1308573

    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!

    #1308664

    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

    #1309766

    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!

    #1309777

    Hi,
    I would need to login to the backend to examine the error.

    Best regards,
    Mike

    #1309785
    This reply has been marked as private.
    #1309794

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.