www.turborater.com

FAQ ID # 318
How to display or hide the agency logo and contact information panel on TurboRater for Websites
Last Update : 2021/06/07
Send FAQ by E-mail
Print this FAQ

Question / Issue
How to display or hide the agency logo and contact information panel on TurboRater for Websites.

Answer / Solution

In the Legacy (older) version of TurboRater for Websites, the agency information is shown by default.

To hide this information, log in to the admin console at ( https://quotes.iwantinsurance.com/admin/agencycustomize.aspx )

Click on the Design section on the left and in the Normal tab enter the following information to hide your agency info:

.AgencyContactContainer
{
  display:none;
}
.StepSubContentContainer
{
  padding-left:0px;
}

 

If you want to hide your logo and contact information on mobile, click on the "Mobile" tab adn enter the following information:

.AgencyInfoContainer
{
  display:none;
}
.StepSubContentContainer
{
  padding-left:0px;
}

 

Click Save Changes at the top when finished.

 

In the updated version of TurboRater for Websites, the agency information and logo is hidden by default.

To show this information, log in to the console at ( https://quotes.iwantinsurance.com/admin/agencycustomize.aspx )

Click on the Design section on the left and in the Normal tab enter the following information to display your agency info:

header  {display: block;

}

 

If you notice that the blue header isn't going down far enough to display the entire Agency Contact information please add this code in :

header  {
  display: block;
  height: 35px;
}
@media screen and (min-width: 600px) {
  header  { height: 85px; }

}

Please note that you might need to adjust the pixel height if the initial doesn't work.  Please also remember after you make changes to either completely close the browser you had the TurboRater for Websites launched in and then open back up or open the TurboRater for Websites in a completely new browser to see any changes made.

 

 

 

 

 

 



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

Tags
contact information agency logo hide logo custom

Back to Top