Okay
  Public Ticket #1200345
Product Categories Banner
Closed

Comments

  •  4
    Yasir started the conversation

    Hi,

    I am trying to recreate product categories banner like in the Fashion demo (Capture3.png), but mine is showing category names and number of products it contains (Capture2.png).

    How to make product categories banner without category names and counters? Please assist.

    Thanks.

  • [deleted] replied

    Hi yasirmukhtar,

    Can you please share your Wordpress credentials here, because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •   Yasir replied privately
  • [deleted] replied

    Hi there,

    Can you please add the code below to your Custom CSS area:

    /* Shop: Category Title Count */
    mark.count {
      display: none;
    }
    /* Shop: Category Title */
    .woocommerce .shop-categories .product-category-col>.product-category .woocommerce-loop-category__title, 
    .woocommerce .shop-categories .product-category-col>.product-category h3{
        background: transparent;
        padding: 0px;
        transform: none;
        left: 30px;
        top: auto;
        bottom: 30px;
        color: #FFF;
        letter-spacing: 5px;
    }
    /* Shop: Category Title */
    .woocommerce .shop-categories .product-category-col>.product-category a:hover .woocommerce-loop-category__title, .woocommerce .shop-categories .product-category-col>.product-category a:hover h3{
        color: #FFF;
    }
    /* Shop: Category Hover */
    .woocommerce .shop-categories .product-category-col>.product-category a:hover:before {
        background-color: transparent;
    }
    

    Have a great weekend!

  •  4
    Yasir replied

    Hi Ylli,

    It works nicely!

    Thank you so much, really appreciate that.

    Have a great weekend too!