Home Forums WoodMart support forum Electronics demo shop grid Attributes

Electronics demo shop grid Attributes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112762

    VloerenOutlet
    Participant

    In the example here you can see attributes when hovering over the grid https://woodmart.xtemos.com/product-category/other/electronics/

    I applied this to my own site too, but I was wondering if I can auto expand and show more than only 3 attributes max? I want to show it always expanded when people hover. How do I do this?

    #112780

    Hello,

    When a user hovers over the attributes he sees three dots button opening more attributes https://gyazo.com/58a8be9fa3155e19b6a3f7cb377871f0

    Best Regard

    #112877

    VloerenOutlet
    Participant

    Thank you for your reply. However my wish is that it’s always expanded, so the extra step of clicking the three dots buttons is not there. Is this possible?

    #112938

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-hover-base .product-information:hover .more-details-btn {
    	display: none;
    }
    body .woodmart-hover-base .hover-content {
        max-height: 100%; 
    }

    Best Regards

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