Home Forums WoodMart support forum Add close Button for shop filters sidebar Reply To: Add close Button for shop filters sidebar

#356829

Hello,

1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wd-side-hidden .wd-action-btn.wd-style-text {
font-size: 15px;
color: black;
display: block;
}

2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wd-side-hidden.wd-left {
right: 0;
left: auto;
transform: translate3d(100%, 0, 0);
}

Best Regards