Home Forums WoodMart support forum Animated Counter Edit

Animated Counter Edit

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #373049

    WASIPLtd_Website
    Participant

    Hello,

    Is it possible to add a “+” symbol for only one of my animated counters?

    Please see this screenshot, I’d like to have the highlighted section to have a “+” symbol if possible: https://gyazo.com/00347a98437749288199aff636a987cb

    #373325

    Luke Nielsen
    Keymaster

    Hello,

    Of course, It can be done with the help of the custom CSS code, but first of all, you should add this wd-counter-plus custom class to your satisfied customers counter via Elementor, or rather select this column and in the advanced settings to the “CSS classes” field add this custom class.

    https://monosnap.com/file/NgVwJIYV0Trmk3yzqLd2qtEker04tg

    After that, please paste the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .wd-counter-plus .woodmart-counter .counter-value:after {
        content: '+';
    }

    Let me know if you have any questions or concerns.

    Kind Regards

    #373384

    WASIPLtd_Website
    Participant

    Thank you so much Luke, this is perfect!

    Really appreciate your assistance with this.

    #373422

    Luke Nielsen
    Keymaster

    Please feel welcome to reach out to me with any questions you may have and I would be more than happy to help.

    Have a good day!

    Best wishes
    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Animated Counter Edit’ is closed to new replies.