New Landing How can we help? Atelier Hide categories

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Atelier
  • #200737
    luca01
    Member
    Post count: 48

    In the “shop products” widget, gallery display mode, how can i hide the category list on mouse over?
    Let me know.
    Thanks

    #200741
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    can you provide a link to that page?
    Thanks

    -Rui

    #200754
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
    #200851
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .products .product .product-details .posted_in {
      display: none;
    }

    – Kyle

    #200855
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
    #200856
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, on first load it was showing standard view instead of gallery, add this:

    .products .product figure figcaption .thumb-info h5 {
      display: none;
    }

    – Kyle

    #200858
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
    #200860
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .related-products .products .product .product-details .posted_in {
      display: none;
    }

    – Kyle

    #200864
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
    #200865
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .related-products .products .product .product-actions {
      display: none;
    }

    – Kyle

    #200886
    luca01
    Member
    Post count: 48

    Thanks a lot!

    #200889
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #201024
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
    #201025
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This should work:

    .product_list_widget .products .product .product-details .posted_in {
      display: none;
    }

    – Kyle

    #201039
    luca01
    Member
    Post count: 48
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 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