New Landing How can we help? Themeforest Theme Support Dante Product Subcategories Thumbnails

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #94282
    MHC
    Member
    Post count: 247

    For product subcategories thumbnails, how can I change the text color and the hover effect to transparent?
    (WooCommerce -> settings -> products -> default category display -> show subcategories)

    #94284
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #94434
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code -:

    .woocommerce ul.products li.product-category .product-cat-info{
    background:none repeat scroll 0 0 #fff !important;
    }
    .woocommerce ul.products li.product-category .product-cat-info:before {
        border-bottom-color: #fff;
    }
    .woocommerce ul.products li.product-category .product-cat-info{
    border:1px solid #eee
    }
    .woocommerce ul.products li.product-category .product-cat-info:hover{
    border:1px solid #484A59
    }
    

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #94435
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woocommerce ul.products li.product-category .product-cat-info {
      background: #ffffff!important;
    }
    .woocommerce ul.products li.product-category a:hover .product-cat-info h3, .woocommerce ul.products li.product-category a:hover .product-cat-info .count {
      color: #111111 !important;
    }

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register