• Resolved kentg356

    (@kentg356)


    So I’ve got everything down for the plugin, but there is just one thing that I didn’t like about it which was the shadow borders at the side of the progress bar.

    How can I remove it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author brianmcculloh

    (@brianmcculloh)

    Add this CSS within your theme editor in your WordPress dashboard:

    #wtr-progress {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    }

Viewing 1 replies (of 1 total)

The topic ‘How to remove Shadows?’ is closed to new replies.