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;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025