Home › Forums › WoodMart support forum › Popup on custom icon › Reply To: Popup on custom icon
March 27, 2024 at 10:14 am
#552597
Hung Pham
Keymaster
Hi pudelis,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
a[class*="wd-open-popup"]{
font-size: 0;
}
a[class*="wd-open-popup"] span{
font-size: 13px;
}
Regards,