Support » Plugin: eCommerce Product Catalog Plugin for WordPress » Category image question

  • Reliquary9

    (@reliquary9)


    Howdy! First of all, I’d like to say that I love the plug in. So far, it’s met or exceeded every expectation I had.

    My question is more about styling than functionality. I have a page that displays only my product categories with custom images styled to match my site. What I’d like to know is if it’s possible to remove the default category name in the little box that is placed in the upper left of the image. All of my category images have the category names included on the images themselves, so the default name is rather redundant.

    Thanks in advance and cheers!

    https://wordpress.org/plugins/ecommerce-product-catalog/

Viewing 1 replies (of 1 total)
  • Plugin Author ndre

    (@ndre)

    This is currently possible with a custom CSS rules applied to your theme CSS file. To hide product name you can use:

    #product_listing .al_archive .product-name { display: none; }

    I will put this option to our roadmap.

Viewing 1 replies (of 1 total)
  • The topic ‘Category image question’ is closed to new replies.