Home Forums WoodMart support forum SHOW INFORMATION DETAILS BY DEFAULT

SHOW INFORMATION DETAILS BY DEFAULT

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #91807

    Jeriss Cloud Center
    Participant

    On the shop page, I’d like to have the “additional information” to be shown all upon hover. Currently, the user needs to click on a 3-dot button to show the details. Where is the setting for showing all by default?

    #91811

    Artem Temos
    Keymaster

    Hi,

    Use the following CSS code to show the full information without “more” button.

    Regards

    #91819

    Jeriss Cloud Center
    Participant

    I think you forgot to include the css code in your answer 🙂
    Can you provide it to me? Thanks a lot

    #91820

    Artem Temos
    Keymaster

    Sorry, my bad 🙂

    .product-grid-item .more-details-btn {
    	display: none;
    }
    
    div.woodmart-hover-base .hover-content {
        max-height: 100%;
    }
    #92008

    Jeriss Cloud Center
    Participant

    Good thanks.

    This code is showing all attribute values of products.
    > show all attribute values

    Would there be any way to select which attribute I wanna show?
    > show only certain attribute values

    #92050

    Artem Temos
    Keymaster

    You can disable attributes from being shown in that table while editing your product in the Dashboard https://gyazo.com/16a50bd025313073a67b65491d190880

    #92079

    Jeriss Cloud Center
    Participant

    Mmh but then they are not shown on the product page information table.

    I meant that I’d like to select the attributes which I wanna showupon hovering on a product in the shop page.

    #92092

    Artem Temos
    Keymaster

    It is one and the same table that is why you can’t control them in different places.

    #118685

    Jeriss Cloud Center
    Participant

    You can close this ticket

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

The topic ‘SHOW INFORMATION DETAILS BY DEFAULT’ is closed to new replies.