New Landing How can we help? Atelier Option to not display price on gallery shop view

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #208556
    carteblanche1
    Member
    Post count: 30

    Is it possible to disable the price view from the gallery shop listings? The reason is that the price is shown without hovering over the item, so often the image is blocked by the price tag.

    #208563
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .product-display-gallery .price{
    display:none !important
    }

    Thanks
    Mohammad

    #269290
    AgenceSurprise
    Member
    Post count: 76

    Thanks Mohammad it works !
    Just one more thing, in the same page, how can I see the prices on overlay with the name and category of the product ?

    #269301
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url to check and find the solution.
    Thanks
    Mohammad

    #269308
    AgenceSurprise
    Member
    Post count: 76
    This reply has been marked as private.
    #269351
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last code and use this new code:-

    .products.multi-masonry-items .product .shop-actions .price-link{
    opacity:0;
    }
    .products.multi-masonry-items .product .shop-actions:hover .price-link{
    opacity:1 !important;
    }
    

    Thanks
    Mohammad

    #269384
    AgenceSurprise
    Member
    Post count: 76

    Thanks it works !
    I have to put the mouse at the bottom of the image to see the price, otherwise it doesn’t show, would it be possible to see it no matter where the mouse is in the product image ?

    #269385
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last code and use this new code:-

    .products.multi-masonry-items .product .shop-actions .price-link{
    opacity:0;
    }
    .products.multi-masonry-items .product:hover .shop-actions .price-link{
    opacity:1 !important;
    }
    

    Thanks
    Mohammad

    #269388
    AgenceSurprise
    Member
    Post count: 76

    Great ! Thank you Mohammad

    #269413
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad to help you.
    Thanks
    Mohammad

    #269414
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register