Remove diagonal striped background from counters

Hi,
Is it possible to remove the diagonal stripes from the background of counters? They're barely visible, but I'd prefer to remove them totally.

You can see what I'm referring to here: https://cityanddocklands.com/previous-developments/

Thanks,

Comments

  • Sorry - have worked it out by adding the custom css:

    .counter { background-image: none; !important; }

    Thanks!
Sign In or Register to comment.