• Just hoping someone can help me faster here than my theme support.

    All of my images are reversed on the shop pages, they look fine once you open them up to single page view and also look fine in the media area.

    Im sure its a css style but I cant find it.

    Any help would be greatly appreciated

    https://wordpress.org/plugins/woocommerce/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please post a link to the site this is happening on (or even better, directly to your shop page where this is happening).

    Thread Starter Yookaroo

    (@yookaroo)

    this is the page with the issue
    http://backdrops.digitaledgeservices.ca/shop/

    Found it! 🙂 In your theme’s woocommerce.css file, there’s this:

    .woocommerce ul.products li.product a img,
    .woocommerce-page ul.products li.product a img {
         transform: rotateY(180deg) translate3d(0px, 0px, 0px);
    }

    Get rid of that and you should be sweet.

    If you don’t already know, if you are making several modifications you should do so in a child theme, or else when you update the theme this change will be overridden.

    Thread Starter Yookaroo

    (@yookaroo)

    THank you very much, yep I will use a child to fix that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product images reversed’ is closed to new replies.