Okay
  Public Ticket #1421878
Theme help
Closed

Comments

  • Maka started the conversation

    Hello,

    How can I remove the "TEXT box" that hovers above each category in the category page? I want the text box removed & would rather just place an image there that customers can click. Is this possible? 

    https://budzcalifornia.com/categories/

  • [deleted] replied

    Hi Maka,

    Technically this is possible by dropping some Custom CSS, please before you continue with further steps consider reading the article we wrote about How to Add Custom CSS to your site, then paste the code below in Custom CSS Section. 

    woocommerce .shop-categories .product-category-col>.product-category .woocommerce-loop-category__title {
        display: none;
    }
    

    Thank you.