Home › Forums › WoodMart support forum › Add close Button for shop filters sidebar › Reply To: Add close Button for shop filters sidebar
March 2, 2022 at 8:28 am
#356829

Aizaz Imtiaz Awan
Keymaster
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
-
This reply was modified 3 years ago by
Aizaz Imtiaz Awan.