• Resolved Gurupada

    (@gurupadadigiotal)


    I need to add + sign following the counter and symbol $ as prefix with counter

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

Viewing 1 replies (of 1 total)
  • Hi @gurupadadigiotal,

    please go to plugin editor select Counter Number Showcase and go to template>design>style.php file and paste below css code.

    .wpsm_number .counter:before{
    	content:"\f155";
    	font-family: fontawesome;
    }
    
    .wpsm_number .counter:after{
    	content:"\f067";
    	font-family: fontawesome;
    }

    if it works or not please let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘counter’ is closed to new replies.