| User | Post |
|
8:14 October 24, 2008
| Andrew
Member
| | | |
|
| posts 4 |
|
|
I don't know how to change the color of the blue progress bar or gray buttons. Does anyone know how to do this?

|
|
|
8:41 October 24, 2008
| Chad
Moderator
| | | |
|
| posts 754 |
|
|
Hi Andrew,
We don't currently have a built in way to modify the colors of the buttons or the progress bar. This is something we're going to improve in Version 2 of SurveyGizmo.
However if you know some CSS and Photoshop you can copy the images we use to generate the buttons/progress bar. Edit them in Photoshop and use a little CSS hacking to replace them in the Survey.
Hope this helps,
Chad
|
|
|
10:23 October 24, 2008
| Andrew
Member
| | | |
|
| posts 4 |
|
|
Chad said:
However if you know some CSS and Photoshop you can copy the images we use to generate the buttons/progress bar. Edit them in Photoshop and use a little CSS hacking to replace them in the Survey.
Thanks Chad. I was able to change the buttons but can't change the progress bar. Here is the CSS for the progress bar. How would I add the new progress bar graphic?
.progressBar { margin:0 auto 15px auto; text-align:center; width:200px; }
#sg_ProgressBar { background-color:#E3C2B3; font-size:10px !important; font-weight:bold !important; font: bold 10px/16px arial !important; border:1px solid #936D5B; color:#7B2420; }
|
|
|
6:28 October 27, 2008
| Andrew
Member
| | | |
|
| posts 4 |
|
|
Just wondering if anyone had more insight on this. I still can't figure out how to change the blue progress bar.
|
|
|
7:30 October 27, 2008
| cheri
Moderator
| | | |
|
| posts 593 |
|
|
Hi, Andrew.
Upload your new progress bar image to your SurveyGizmo Files and Templates. or place it on the web somewhere.
In Edit Survey => Look&Feel find the following code in your css template for your survey:
#sg_ProgressBar
background-image:url (http://URL for your image in your Files and Templates or where you are hosting image);
I hope this is clear.
–Cheri
|
|
|
8:02 October 27, 2008
| Andrew
Member
| | | |
|
| posts 4 |
|
|
Perfect, that did it. Thanks Cheri!
|
|