Attempting Hover Reveal For Text, but Product Titles Wont Dissapear In Middle

Hi @rashonxx , go to component-card.css and add the following code :

.card__information {
   
    display: none !important;
}