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! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024