Home Forums WoodMart support forum Hide Sub-categories showing on mouse hover on Main Categories on Shop page Reply To: Hide Sub-categories showing on mouse hover on Main Categories on Shop page

#337126

Luke Nielsen
Keymaster

Hello,

9. I have forwarded your suggestion to the team. They will consider your proposal.

10. To be able to hide a specific meta (e.g category meta), enter this custom CSS code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

.single-product .product_meta .posted_in {
    display: none !important;
}

Here is code that hides the “SKU” meta:

.single-product .product_meta .sku_wrapper {
    display: none !important;
}

10. Product attributes (like color, size, etc.) refer to the “Show attributes table after short description” option.

Here is a short video that provides you with how it will look:

https://www.loom.com/share/cea44b4ce7b34acda1491bde93d3a7a8

https://prnt.sc/21zgye5

The issue with the description of the “Show attributes table after short description” option will be fixed in our next update. There should be “After”.

Kind Regards