Announcement

Collapse
No announcement yet.

Product Detail Hover Image

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Product Detail Hover Image

    How do I turn off the popup hover image on the Product Details page? Thanks again.

  • #2
    Try putting this where you are putting custom css.
    Code:
    .ec_product_details_mag_viewer {
    display:none !important;
    }
    This will hide the pop hover.

    Comment


    • #3
      Perfect, thanks!

      Comment

      Working...
      X