Question / Issue |
 |
How to not display the agency contact information on a computer or mobile device. |
Answer / Solution |
 |
- Sign into the Admin Console at https://quotes.iwantinsurance.com/admin/agencycustomize.aspx
- 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. |