Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31582
    Ryan415
    Member

    Hi. Thanks in advance for any help.

    If you go to this site:

    http://rockymountainbrushcompany.com/

    – click “Store”
    – click on any item
    – On the next screen, notice how when you mouse hover over the items image, the image is magnified.

    1. How can I go about reducing or disabling this zoom/magnification of the items image?

    2. Bonus points if anyone can tell me where I can change the product description text color.

    Thanks

    Ryan

    #31691
    Sakin
    Keymaster

    @Ryan415:
    1. The zoom is not our theme function so please check in your plugin settings which zoom in your image.
    2. For product description color you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .ec_product_details_description div {
        background-color: #906637;
        color: #fff;
    }
    #31757
    Ryan415
    Member

    *Fixed*

    I disabled the zoom by placing this in the custom css:

    .ec_product_details_mag_viewer {
    display: none !important;
    }

    #31776
    Sakin
    Keymaster

    @Ryan415: That’s nice.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change/Disable Zoom in store’ is closed to new replies.