Home › Forums › WoodMart support forum › Choose layout from another prebuilt layout › Reply To: Choose layout from another prebuilt layout
March 20, 2023 at 5:33 am
#452465
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item:hover .category-image {
transform: none;
}
body .category-grid-item .category-image {
transition: none;
}
Best Regards