Okay
  Public Ticket #1224543
Product Categories
Closed

Comments

  • Tim started the conversation

    Hi, 

    Currently the product categories are displayed on the home page as an image with the category name in a box on top of the image along with the number of products.

    Can this category title be displayed under the image along with the category description?

  • [deleted] replied

    Hi Tim,

    Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.

  •   Tim replied privately
  • [deleted] replied

    Hi Tim,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Just add the code below to your Custom CSS area:

    .woocommerce .shop-categories .product-category-col>.product-category .woocommerce-loop-category__title, .woocommerce .shop-categories .product-category-col>.product-category h3 {
    position: relative !important;
    -webkit-transform: inherit !important;
    transform: inherit !important;
    left: inherit !important;
    text-align: center !important;
    }

  •   Tim replied privately
  • [deleted] replied

    Hi Tim,

    Glad to hear that

    As for you last question: That is probably happening because you have update your WooCommerce to version 3.1 but your theme version is 2.0.7.

    Lucky you because we just updated Kalium yesterday to version 2.1 and this update supports WooCommerce 3.1. Please read theme changelog.

    Also please check if you have activated Catalog mode, if yes then please disable it.

    Have a great weekend!