Kadence - Disable featured image hover effect

In our Kadence themes, there is an opacity effect applied to featured images when they are hovered over. If you'd like to disable this, here's how:

1. Copy this code snippet:

.post-thumbnail:hover {
    opacity: 1 !important;
}

2. Go to Appearance > Customize > Additional CSS.

3. Paste the code, and then hit Publish. All set!