<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Add a plus sign to animated counter number</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/feed/</link>
		<description></description>
		<pubDate>Sun, 19 Jul 2026 17:29:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31855</guid>
					<title><![CDATA[Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31855</link>
					<pubDate>Mon, 28 Aug 2017 17:12:41 +0000</pubDate>
					<dc:creator>anoriega</dc:creator>

					<description>
						<![CDATA[
						<p>Is there any way I can add a plus sign (+) next to the number I input in my animated counter? I am putting stats for my company and I would like it to display as &#8220;500+ Customers.&#8221;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31858</guid>
					<title><![CDATA[Reply To: Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31858</link>
					<pubDate>Tue, 29 Aug 2017 08:12:29 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure you can with some simple custom CSS, add this to your Page settings CSS (the cog icon):</p>
<pre><code>.my_counter .counter:after {
    content: &quot;+&quot;;
    font-size: 45px;
}</code></pre>
<p>then add the &#8220;my_counter&#8221; as a custom CSS class for your Animated counter element. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31860</guid>
					<title><![CDATA[Reply To: Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31860</link>
					<pubDate>Wed, 30 Aug 2017 21:05:25 +0000</pubDate>
					<dc:creator>anoriega</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for getting back to me. I&#8217;m still having an issue. When I do the above, the plus sign is added after my number value and counter title. If I change the CSS to .my_counter .counter:before then it adds the plus sign before my number value (i.e. +500). What I would ideally want is for the plus sign to show like so: 500+ Customers Worldwide.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31861</guid>
					<title><![CDATA[Reply To: Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31861</link>
					<pubDate>Thu, 31 Aug 2017 07:34:41 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You mean you want the &#8220;Customers Worldwide&#8221; wording to be on the same line?<br />
Try replacing this:</p>
<p><code>content: &quot;+&quot;;</code></p>
<p>with this:</p>
<p><code>content: &quot;+ Customers Worldwide&quot;;</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31863</guid>
					<title><![CDATA[Reply To: Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31863</link>
					<pubDate>Thu, 31 Aug 2017 14:05:33 +0000</pubDate>
					<dc:creator>anoriega</dc:creator>

					<description>
						<![CDATA[
						<p>No, what I mean is that in the Animated Counter Settings, you have an option to add a Title Below the Counter. This is where I wrote out Customers Worldwide. Then, you input the Number you want your counter to display. This is where I wrote out 500. On a page, this will look like 500 and then underneath the optional title I wrote out- Customers Worldwide. If I add in the CSS you outlined above, the plus sign displays after the title so it shows up like so: 500, underneath it Customers Worldwide, underneath this the plus sign. Not what I&#8217;m looking for. I don&#8217;t want the Customers Worldwide to be on the same line since it&#8217;s already an optional title that shows up underneath my number. I want the plus sign right after the number 500 so it looks like 500+ when you load the page.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31864</guid>
					<title><![CDATA[Reply To: Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31864</link>
					<pubDate>Thu, 31 Aug 2017 14:30:19 +0000</pubDate>
					<dc:creator>anoriega</dc:creator>

					<description>
						<![CDATA[
						<p>Nevermind I figured it out! Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31866</guid>
					<title><![CDATA[Reply To: Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31866</link>
					<pubDate>Fri, 01 Sep 2017 07:26:39 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Well, isn&#8217;t that the first scenario that I showed you? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Glad to hear you got it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31934</guid>
					<title><![CDATA[Reply To: Add a plus sign to animated counter number]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-a-plus-sign-to-animated-counter-number/#post-31934</link>
					<pubDate>Thu, 14 Sep 2017 21:01:40 +0000</pubDate>
					<dc:creator>anoriega</dc:creator>

					<description>
						<![CDATA[
						<p>In the first scenario, the plus sign appears after the counter &#8220;title.&#8221; I removed the title from counter and used a heading element below instead. It worked perfectly. Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

