HI,
I am trying to make my progress bar look like my mockup.
Dev Site
https://gideonfranchise.flywheelsites.com/ (see login below)
How can I
1- Make the text go into the progress bar
2- How can I make it solid colors like my mockup instead of stripes?
Thanks
Hey navindesigns,
Thank you for the inquiry.
What is the other bar beside the title inside the progress bar? You can adjust the position of the title with this css code.
.avia-progress-bar .progressbar-title-wrap {
left: 78%;
}
The value of the left position will be based on the value of the Content > Progress in % settings. This will have to be adjusted for each progress bar, so applying a custom css class name or ID to the element might be necessary.
Best regards,
Ismael
That did not work
it moved the text to the right side
I added the correct login below for you to see the preview on the dev site