Product Detail Hover Image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mesquite_murph
    Junior Member
    • Sep 2013
    • 13

    #1

    Product Detail Hover Image

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

    #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

    • mesquite_murph
      Junior Member
      • Sep 2013
      • 13

      #3
      Perfect, thanks!

      Comment

      Working...