Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #764198

    Is it possible to remove the % indication of the bar and to let the bar indicate a free entered value between 0 and 100?
    Which code should be changed?

    #764541

    Hey dommelstroom,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .progressbar-percent {
        color: transparent !important;
    }
    
    .progressbar-percent .av-bar-counter {
        color: gray !important;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #764655

    Thanks Nikko,

    With your code there is still the indication 0 at the end for the minimal bars, but I noticed that there is an option for the minimal bars to hide the percentage complete.
    For the big bar there is standard no an indication of the value.
    I found a workaround to enter the value e.g. 34,532 kWh as text in the bar.

    Best regards
    Dommelstroom

    #765136

    Hi @dommelstroom,

    Thanks for the feedback, so I’m guessing you got your problem fixed?

    Best regards,
    Rikard

    #767404

    Yes, it is solved

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Progress bar no percentage’ is closed to new replies.