Home › Forums › WoodMart support forum › how can i edit the product page › Reply To: how can i edit the product page
November 16, 2023 at 8:37 am
#512736
Hung Pham
Keymaster
Hi a.qandil,
1. Header
I tested several times in Product categories, the header looked well https://prnt.sc/aGvPBXKRrKbJ
2. Price filter overlaps menu
It caused by the CSS from Woo Extras plugin https://prnt.sc/RhUUp_2oVgqT
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.ui-widget-content {
z-index: 1 !important;
}
Regards,