White image hover instead of black

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30052
    Meeffe
    Participant

    Hello,

    Could you tell me how to get white image hover instead of black by default?

    Regards,
    Meeffe

    #30058
    Raghavendra
    Moderator

    Can you pls provide a link to the page where you are trying to make this change? We can provide the right CSS by knowing the specific widget you are trying to customize.

    #30059
    Meeffe
    Participant

    All post block featured images hover have a black shadow by default so I don’t know what should I show you. e.g. mouse hover on – https://d.pr/i/MqkBya, without hover – https://d.pr/i/7VuqtH

    #30066
    Veena
    Moderator

    Pls use the below custom CSS in plugin settings > custom CSS –

    .lae-module .lae-module-thumb img:hover {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Elementor Addons Support’ is closed to new topics and replies.