How to hide country flag on contact form

  • 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:

1 Like

Hi there and welcome to the Community, @Hakon_Lokensgard :waving_hand:

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 :slightly_smiling_face:

1 Like

Thank you so much, its working

1 Like

It’s my pleasure :wink: