Home Forums WoodMart support forum Popup on custom icon Reply To: Popup on custom icon

#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,