Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #669841

    hi

    on enfold can i choose to turn off images for just one product category

    my client site has two types of products. One are calendars to make a booking with an artist you can see this at
    http://www.revivaltattoos.co.uk/product-category/artists-calendar/

    I’ve appendede this quick css to ensure the image place holder doesn’t render on the calendar pages as it looks neater that way.
    .single-product-main-image {display: none;}

    But the issue is on the rest of the shop, such as the merchandise category you can see at
    http://www.revivaltattoos.co.uk/product-category/revival-merchandise/

    Has images and when you click into each on the image won’t show because of the css I added to hide the calendar images.

    Is there a way to refine my css so it applies to just one product category type?

    #669855

    Hey codecreative!

    It seems like you changed your code to following one and solved it

    .product-cat-artists-calendar .single-product-main-image {
        display: none;
    }

    ? :)

    Regards,
    Yigit

    #669887

    awsome thank you

    #669888

    yes i did thanks anyway yigit this post may help another person

    #669890

    Hey!

    Great! Glad you figured it out :)

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.