• Hi! I’ve got problem after latest woocommerce update (3.0.2). On the PRODUCT CATEGORIES in homepage sections at main page it is shown thumbnails of categories but I can’t click on it and go to this category. Like there were no link.. Before update everything was ok and I could open category by clicking on thumbnail. If anyone has such problem? What should I do with that?

Viewing 1 replies (of 1 total)
  • Hi,

    They changed a heading type in the latest version of the plugin. Please add this in Customize > Additional CSS:

    
    .cats-loop .woocommerce .product.product-category h2 {
        position: absolute;
        top: 40%;
        width: 100%;
        text-align: center;
        z-index: 12;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }
    

    We will fix it in the theme in the next update.

Viewing 1 replies (of 1 total)
  • The topic ‘Problems after woocommerce 3.0.2 update’ is closed to new replies.