Home › Forums › WoodMart support forum › Product page › Reply To: Product page
June 30, 2021 at 9:00 am
#303558
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.single-product .offcanvas-sidebar-mobile .wd-sidebar-opener {
display: none;
}
2) Please try adding the following Custom CSS in the Custom CSS for the desktop area under Theme Settings >> Custom CSS.
body .wd-sizeguide-btn {
position: absolute;
left: 50%;
top: 51%;
transform: translate(-10%, -40%);
}
And see if this works for you otherwise it requires customizations.
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item p {
display: none;
}
Regards.
Xtemos Studios