No content to show
User Activity
@Jaspers copy the code from the attached file and paste it in theme.css
@Jaspers share your file so we can check the code and do modifications
share your theme.css file
@Jaspers try by adding below code in theme.css file.productitem--actions {
visibility: visible !important;
opacity: 1;
}if this didn't worked then there will be a js code we need to change
@lextui add this code in component-card.css.card-information{text-align: center;}
share your store url please
04-01-2022
perfect
04-01-2022
on which devcie you are facing issue
04-01-2022
@MrGadgets it looks fine. on which device you are facing the issue?
04-01-2022
Let me check
04-01-2022
Thanks
04-01-2022
@MrGadgets add this code in theme-style.css .product-item .product-bottom {height:203px;align-items: end;display: grid;}
04-01-2022
how you want to align them? add to cart is aligned perfectly the issues is there is a wishlist heart which appears on hover
remove previous code and add this one in theme.scssspan.grid-product__price{ display:none;color:red !important; } add this code in theme.js $(document).ready(function(){$(".grid-product__wrapper").hover(function(){$("span.grid-product__price").css("d...
use this code@gurman for animation use this codespan.grid-product__price{ display:none !important }span.grid-product__price:hover { color: red !important;display:block !important ;transition: color .2s ease-in-out;}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2553 | 04-01-2022 12:39 AM | |
871 | 03-29-2022 02:44 AM | |
1145 | 03-17-2022 07:14 AM | |
3997 | 03-08-2022 11:17 PM | |
4180 | 03-07-2022 11:14 PM |