Home › Forums › WoodMart support forum › how to reduce header icon spacing › Reply To: how to reduce header icon spacing
October 18, 2021 at 7:02 am
#325883
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.whb-column>.wd-button-wrapper {
padding: 0;
}
.whb-header .btn.btn-color-white:hover {
box-shadow: none;
}
Best Regards