Custom CSS - Disabling hover effect on color picker

Hello @Ronla1

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->product.grid.css>Add this code at the bottom.

.product-card .product-card-swatches--title {
    transition: none !important;
    transform: none !important;
}