Okay
  Public Ticket #1284874
Adding Shadow To Progress Bar
Closed

Comments

  • Trevor started the conversation

    Hi, couldn't quite figure this out with firebug, but I am trying to add a slight black shadow to the text and percent on the progress bars. Thanks!

  •  8,470
    Tahir replied

    Hey Again,

    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 i, .nectar-progress-bar .bar-wrap span strong {
        text-shadow: 0 3px 3px #212529;
    }
    .nectar-progress-bar p {
        text-shadow: 0 3px 3px #212529;
    }

    Thanks


    ThemeNectar Support Team