-
Issue description: How can we hide country flag showing along with the country code number on the contact from’s phone field?
-
Link to the page with the widget in question: https://yao.mxz.mybluehost.me/
For reference I have attached a screenshot:
Issue description: How can we hide country flag showing along with the country code number on the contact from’s phone field?
Link to the page with the widget in question: https://yao.mxz.mybluehost.me/
For reference I have attached a screenshot:
Hi there and welcome to the Community, @Hakon_Lokensgard ![]()
This code will do the trick:
[class*="FlagDropdownTrigger__Container-sc"] {
display:none;
}
Please add it to the Custom CSS section on the Appearance tab of your widget’s settings and let me know if it heplped ![]()
Thank you so much, its working
It’s my pleasure ![]()