Counter issue

Hi,

I am looking for a solution in this case:

  1. I would like to have after the second and third counters other units/or txt than the first counter - now all have the percentages. As I give this code below it automatically changes all descriptions after number in percentages in all three counters.

#counter .counter-number:after {
content: “%”;
}

  1. How to remove the white line separating the counters?

Regards,

Mario

The webste:

Mario

Hello there,

I hope you are doing well today.

You can try using the following CSS to change the after content and remove the lines:


/Counter after content*/

#illdy_counter-3 span.counter-number:after {
    content: "@";
    /* color: red !important; */
}

#illdy_counter-7 span.counter-number:after {
    content: "&";
    /* color: red !important; */
}

/*Remove border*/
#counter .col-sm-4 {
    border-right: none;
}

Best Regards,
Support

Everything works :slight_smile:

Thank you very much :slight_smile:

Mario

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Illdy] Reviews | WordPress.org

Thanks,
laranz.