Product Catalog

Support Area Forums Elite Product Catalog

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://blackgreekapparel.com/?post_type=product
  • Author
    Posts
  • #21602
    bgapparel
    Participant

    Good morning. I am having problems with sizing categories and subcategories thumbnail images. They are too large , about the size of the image on the elite theme homepage, when I click on the link to see the products under each category or sub-category.

    Please click on the cap in the link above to see the problem. Is this an elite theme issue or a woocommerce issue?

    #21603
    Bill Robbins
    Moderator

    Good Morning,

    Great question there. For product categories (the listing of all the products in one category), if there is a category image that has been added, that image will be used as the hero image on that screen. To optimize that you would want to use an image that will look good at that size.

    If you’d rather not have those, you can turn those off. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .tax-product_cat #hero-section {
      	display: none;
      }
      
      body.image.tax-product_cat .wrap {
      	margin-top: 150px;
      }
      
    3. Update your settings.

    If you have any questions, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Product Catalog’ is closed to new replies.