www.turborater.com

FAQ ID # 319
Last Update : 2019/09/26
Send FAQ by E-mail
Print this FAQ

Question / Issue
How to not display the agency contact information in a mobile device.

Answer / Solution
  1. Sign into the Admin Console at https://quotes.iwantinsurance.com/admin/agencycustomize.aspx
  2. Under the Design tab, select the Mobile tab, type in the following:

For the Legacy Version:

.AgencyContactContainer
{
  display:none;
}
 
.AgencyInfoContainer
{
  display: none;
}

For the Updated Version:

.AgencyContactInfoContainer
{
  display:none;
}

Enter the same information in the Mobile tab if you want to hide your logo and contact information on mobile.



Direct Link to This FAQ
http://www.itcdataservices.com/support/ecmpfaq/?f=319

Tags
mobile, hide, contact information, custom

Back to Top