www.turborater.com

Topics > Design > FAQ ID # 418

FAQ ID # 418
How to add a custom progress bar
Last Update : 2018/01/17
Send FAQ by E-mail
Print this FAQ

Question / Issue
How do I add a custom progress bar?

Answer / Solution

How to upload and display your custom progress bar image:

  • Log in to your TurboRater for Websites Admin Console.
  • Go to the Design tab
  • Upload a new image, e.g., myimage.gif
  • Enter the below code in Normal/Mobile tab to override the RateProgressBarImageContainer's background. Make sure that the image name matches the file name of the image you uploaded.:

.RateProgressBarImageContainer
{
  background-image : url(myimage.gif);  
}



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

Tags
Custom Progress Bar

Back to Top