Home › Forums › WoodMart support forum › How to change header background colour on hover? › Reply To: How to change header background colour on hover?
April 6, 2023 at 4:11 pm
#457867
marcinbartkowiak1
Participant
Thanks for help!
I have another question: how can i change image size in mobile cart page? I have thumbnail there, but they are cropped.
I have treid this:
@media (max-width: 768.98px)
:is(.woocommerce-cart-form__contents,.group_table) td.product-thumbnail {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
margin-bottom: 0;
padding-bottom: 0;
max-height: 150px;
border-bottom: none;
border-radius: calc(var(–wd-brd-radius) / 1.5);
}
but it didn’t worked