SHOW INFORMATION DETAILS BY DEFAULT
-
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?
Hi,
Use the following CSS code to show the full information without “more” button.
Regards
I think you forgot to include the css code in your answer 🙂
Can you provide it to me? Thanks a lot
Sorry, my bad 🙂
.product-grid-item .more-details-btn {
display: none;
}
div.woodmart-hover-base .hover-content {
max-height: 100%;
}
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
You can disable attributes from being shown in that table while editing your product in the Dashboard https://gyazo.com/16a50bd025313073a67b65491d190880
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.
It is one and the same table that is why you can’t control them in different places.
You can close this ticket
The topic ‘SHOW INFORMATION DETAILS BY DEFAULT’ is closed to new replies.