Remove HERO on the product category page

Support Area Forums Elite Remove HERO on the product category page

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://pantherahockey.com/product-category/hockey-sticks/
  • Author
    Posts
  • #18463
    Iqbal Ilias
    Participant

    Hi, I am wondering on how to remove the HERO section on the product category page? I know that is the photo taken from the category thumbnail. I have checked the slides but there is no active slides for that page. Hope can get hear from you soon.

    Cheers.

    #18472
    Bill Robbins
    Moderator

    Great question. It’s actually the presence of a category image that causes the hero section to be displayed on a product category. If you’ll remove the image, that should also cause the hero section to not be shown.

    If you have any trouble, let me know.

    Have a great week,
    Bill

    #18729
    Renae Finlayson
    Participant

    I am currently trying to do the same thing. I need to keep the images though because these show up as thumbnails in my main shop page. Is there any coding of any type that will remove it from the product pages? I really would love to keep the images as thumbnails for my store. xoxo

    #18735
    Bill Robbins
    Moderator

    Renae,

    It is possible to hide the hero section and keep the product category images too. Here’s how:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      body.tax-product_cat #hero-section {
      	display: none;
      }
      
      body.tax-product_cat .wrap {
      	margin-top: 140px;
      }
      
    3. Update your settings.

    If you run into any trouble, let me know.

    Thanks,
    Bill

    #18799
    Renae Finlayson
    Participant

    Thank you so much Bill! Its looking amazing! I cant thank you enough xoxo

    #18800
    Bill Robbins
    Moderator

    Fantastic Renae! Have a great weekend!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove HERO on the product category page’ is closed to new replies.