Change Blog Title color on hover

You can use this code to Custom CSS box

div[class*="card-content__CardContentTitle"]:hover {
    color: #f1f;
}

Result