Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* CSS to add tickets sold label under tickets sold progress bar */
- progress {
- text-align: center;
- }
- progress:after {
- content: attr(value)' Tickets Sold';
- }
- /* Position text in progress bar screenshot http://storage.wpgenie.org/scr/img412616714.jpg */
- /*
- progress:after {
- position: relative;
- bottom: 20px;
- }
- */
- /* Removes max and zero starting points for progress bar */
- /*
- .wcl-progress-meter .max, .wcl-progress-meter .zero {
- display: none;
- }
- */
Add Comment
Please, Sign In to add comment