Okay
  Public Ticket #2374378
hover effect
Closed

Comments

  • alfonsosdc started the conversation

    Hello
    I would like to know if I can change the effect of the hover in the categories "ternera" and "cerdo". Instead of underlining the text that it would change color, or the image zoom.

    Thank you

  •  1,558
    Laborator replied

    Hi there,

    This is not possible through theme options but I will give you this customization which you can add to Custom CSS:

    .product-category.product a img {
        transition: all 0.2s;
    }
    .product-category.product a:hover img {
        transform: scale(1.05); 
    }
    .product-category.product a:hover {
        text-decoration: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   alfonsosdc replied privately
  •  1,558
    Laborator replied

    Hi there,

    Unfortunately that's how WooCommerce manages the categories and the hierarchy so that's not something we can manage from the theme as it's a WooCommerce function.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group