Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #330133
    Andrew Donnan
    Participant

    How can I remove the flash effect when hovering on an image?

    #330138
    tikaram
    Keymaster

    @andrewdonnan : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .wp-site-blocks figure.wp-block-post-featured-image:hover::before {
      animation: unset;
    }

    Let me know if you are still having issues removing the flash effect.

    Regards,
    Tikaram

    #330140
    Sakin
    Keymaster

    Hi Andrew,

    If you don’t find the Additional CSS in “Appearance => Theme”, then you can also add it from the Site Editor. To add Additional CSS from Site Editor check this FAQ at https://catchthemes.com/fse-faq/#question-fse-basics-how-to-add-custom-css-in-block-themes

    Regards,
    Sakin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Flash effect on image’ is closed to new replies.