New Landing How can we help? Themeforest Theme Support Neighborhood Product page main image arrows removal

Viewing 10 posts - 1 through 10 (of 10 total)
  • #74587
    dvaltas
    Member
    Post count: 84

    In the product page in the main image there is on the top left corner a 2 arrow widget that opens a pop-up window for the hole image. How is it possible to remove these arrows and this feature to be enabled when clicking anywhere within this image?

    Thanks

    #74849
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately it’s not possible to zoom on click, not without editing the code which unfortunately is not supported. You could however enable to zoom on hover in the theme options, this is the alternative option

    – Kyle

    #75025
    dvaltas
    Member
    Post count: 84

    Ok. Thanks Kyle.

    #75028
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #77240
    chowdhuryraj
    Member
    Post count: 7

    Hello Kyle,
    How do you remove those arrows on the upper left corner of the product image, and have a fixed image (without zoom)?

    thank you,
    Raj

    #77378
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce-main-image.zoom {
      display: none;
    }

    – Kyle

    #77414
    chowdhuryraj
    Member
    Post count: 7

    Thanks, Kyle. Much appreciated!

    #77431
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved . Great work, Thanks Kyle :-).
    With Best Regards
    Swift Ideas

    #79244
    chowdhuryraj
    Member
    Post count: 7

    I’ve used your custom css to successfully remove the arrows on the main product page, but the arrows still remain on the other images in the product gallery slider. What is the css to remove the arrows for those images too?
    For your reference, my website is http://www.subtractframe.com

    Thank you!
    Raj

    #79301
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sorry Raj, correct code should have been:

    #product-img-slider li a.zoom {
    display: none;
    }

    Hope that helps!

    – Ed

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register