Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Sawtooth Software Home
Most popular tags
cbc
lighthouse-9
acbc
ssi-web
ssi-web-8
maxdiff
cbc-hb
javascript
grid-question
constructed-list
unverified-perl
ssi-web-7
free-format
skip-logic
alternative-specific-design
willingness-to-pay
select-question
choice-simulator
cbc-latent-class
quota-control
acbc-hb
mbc
conditional-pricing
smrt
pass-in-fields
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
Hide progress bar beginning and end values
Weird request for one my upcoming surveys?
My client would like to hide the progress bar beginning and end values.
The progress bar still needs to be displayed however.
If I remove these values from the progress bar settings, I get an error.
I assume some CSS can assist with this issue?
Thank you.
lighthouse-9
asked
May 10, 2019
by
Paul Moon
Platinum
(
98,670
points)
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your solution to the original question
Please only use this to answer the original question. Otherwise please use comments.
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
Hi Paul,
Please try this:
<style>
td.left_cell,td.right_cell {
display: none;
}
</style>
Regards,
saurabh
answered
May 10, 2019
by
Saurabh Aggarwal
Gold
(
34,795
points)
Thanks Saurabh.
That looks good.
Strange the CSS doesn't mention anything about the progress bar?
This only affects the progress bar and nothing else?
I inserted the script in the HTML head tag. Is that correct?
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...