Okay
  Public Ticket #901585
Progress Bar
Closed

Comments

  • Sarah started the conversation

    Hi there,

    For some reason in the progress bar the text is on the same line as the percentage % note. This means when its a low percentage the text is covered (see screenshot). Is there a way to fix this or otherwise to remove the percentage from showing? 


    Thank you!

    Sarah 

  •  8,996
    Tahir replied

    Hey Sarah,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-progress-bar .bar-wrap span strong {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team