This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow
How can I change the icon on the promo popup, please ==> https://prnt.sc/22rbs06
Hello,
Could you, please, provide us with WP Dashboard access to check the element that you used? We cant check the site because of the Maintenance mode.
Regards
It is the popup option.
thank you!
Hello,
Add the below code to Theme Options > Custom CSS
.fixed-popup a:before {
content: "\f112";
font-family: FontAwesome;
}
and use any unicode you need for the content from https://fontawesome.com/v4.7/icons/
Regards
Thank you!
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up