This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
How can I translate the text in promo popup? I have WPML installed but the text does not shop up under String Translations. I also would like to remove the checkbox from the promo popup -> in my view it would make sense to hide the checkbox if option ‘Open popup on enter’ is disabled. Many thanks.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
To disable checkbox you can add this code in Custom CSS:
#etheme-popup .checkbox-label {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up