Shopify themes, liquid, logos, and UX
Attemping to do a hover reveal for the products on my site, hover reveal itself works fine, but having an issue where all of the title names of the products wont dissapear still after putting the code for the hover reveal effect. Was wondering if there was any way possible I could fix!
Site:
Hi @rashonxx , go to component-card.css and add the following code :
.card__information {
display: none !important;
}
hi @Abdosamer, works by removing the text but now none of the text from the hover reveal effect also doesn't show now
@rashonxx , did you remove any other code before adding the code I provided you?
no i did not, this is the code i also used for the hover reveal if that helps also:
.product-card-wrapper .card--standard>.card__content .card__information {
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
justify-content: center;
transition: .3s all;
opacity: 0;
visibility: hidden;
}
.product-card-wrapper .card--standard .card__inner:after {
transition: .3s all;
}
.product-card-wrapper:hover .card--standard .card__inner:after {
z-index: 0;
background-color: rgba(255,255,255,0.7);
}
.product-card-wrapper:hover .card--standard>.card__content .card__information {
opacity: 1;
visibility: visible;
}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025