<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tips Archives - A2Reviews Blog</title>
	<atom:link href="https://blog.a2rev.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.a2rev.com/category/tips/</link>
	<description>A good application for managing reviews</description>
	<lastBuildDate>Wed, 24 Apr 2024 10:07:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://blog.a2rev.com/wp-content/uploads/2022/11/cropped-logo-512x512-1-32x32.png</url>
	<title>Tips Archives - A2Reviews Blog</title>
	<link>https://blog.a2rev.com/category/tips/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Convert Total Rating Percentage to Count Number</title>
		<link>https://blog.a2rev.com/tips/how-to-convert-total-rating-percentage-to-count-number/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-convert-total-rating-percentage-to-count-number</link>
					<comments>https://blog.a2rev.com/tips/how-to-convert-total-rating-percentage-to-count-number/#respond</comments>
		
		<dc:creator><![CDATA[taidk]]></dc:creator>
		<pubDate>Wed, 24 Apr 2024 10:02:40 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">https://blog.a2rev.com/?p=288</guid>

					<description><![CDATA[<p>Inside the app you go to the settings page of the reviews and press Custom CSS or go to the following link https://app.a2rev.com/#/settings/reviews?drawer=custom-css .a2-percents .a2-progress__text{ font-size: 0 !important; } .a2-percents .a2-progress__text .show-count{ display: inline-block; font-size: 15px !important; top: 0; } Copy and paste the above CSS code into the box and press &#8220;Save Change&#8221; button</p>
<p>The post <a href="https://blog.a2rev.com/tips/how-to-convert-total-rating-percentage-to-count-number/">How to Convert Total Rating Percentage to Count Number</a> appeared first on <a href="https://blog.a2rev.com">A2Reviews Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Inside the app you go to the settings page of the reviews and press Custom CSS or go to the following link https://app.a2rev.com/#/settings/reviews?drawer=custom-css</p>
<pre class="EnlighterJSRAW" data-enlighter-language="css">.a2-percents .a2-progress__text{
    font-size: 0 !important;
}

.a2-percents .a2-progress__text .show-count{
    display: inline-block;
    font-size: 15px !important;
    top: 0;
}</pre>
<p>Copy and paste the above CSS code into the box and press &#8220;Save Change&#8221; button</p>
<p>The post <a href="https://blog.a2rev.com/tips/how-to-convert-total-rating-percentage-to-count-number/">How to Convert Total Rating Percentage to Count Number</a> appeared first on <a href="https://blog.a2rev.com">A2Reviews Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.a2rev.com/tips/how-to-convert-total-rating-percentage-to-count-number/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to add verify icon before number of reviews</title>
		<link>https://blog.a2rev.com/tips/how-to-add-verify-icon-before-number-of-reviews/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-verify-icon-before-number-of-reviews</link>
					<comments>https://blog.a2rev.com/tips/how-to-add-verify-icon-before-number-of-reviews/#respond</comments>
		
		<dc:creator><![CDATA[taidk]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 14:49:52 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">https://blog.a2rev.com/?p=276</guid>

					<description><![CDATA[<p>Inside the app you go to the settings page of the reviews and press Custom CSS or go to the following link https://app.a2rev.com/#/settings/reviews?drawer=custom-css a2-reviews-total[total]:not([total=""]) .a2-reviews-widget-total .vertical-align-middle { background: url(https://static.a2rev.com/images/verify.svg) no-repeat left center; padding-left: 22px; } Copy and paste the above CSS code into the box Click &#8220;Save Change&#8221;</p>
<p>The post <a href="https://blog.a2rev.com/tips/how-to-add-verify-icon-before-number-of-reviews/">How to add verify icon before number of reviews</a> appeared first on <a href="https://blog.a2rev.com">A2Reviews Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Inside the app you go to the settings page of the reviews and press Custom CSS or go to the following link https://app.a2rev.com/#/settings/reviews?drawer=custom-css</p>
<pre class="EnlighterJSRAW" data-enlighter-language="css">a2-reviews-total[total]:not([total=""]) .a2-reviews-widget-total .vertical-align-middle {
    background: url(https://static.a2rev.com/images/verify.svg) no-repeat left center;
    padding-left: 22px;
}</pre>
<p>Copy and paste the above CSS code into the box</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-280" src="https://blog.a2rev.com/wp-content/uploads/2023/08/custom-css-box.png" alt="" width="800" height="518" srcset="https://blog.a2rev.com/wp-content/uploads/2023/08/custom-css-box.png 800w, https://blog.a2rev.com/wp-content/uploads/2023/08/custom-css-box-300x194.png 300w, https://blog.a2rev.com/wp-content/uploads/2023/08/custom-css-box-768x497.png 768w, https://blog.a2rev.com/wp-content/uploads/2023/08/custom-css-box-230x149.png 230w, https://blog.a2rev.com/wp-content/uploads/2023/08/custom-css-box-350x227.png 350w, https://blog.a2rev.com/wp-content/uploads/2023/08/custom-css-box-480x311.png 480w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>Click &#8220;Save Change&#8221;</p>
<p>The post <a href="https://blog.a2rev.com/tips/how-to-add-verify-icon-before-number-of-reviews/">How to add verify icon before number of reviews</a> appeared first on <a href="https://blog.a2rev.com">A2Reviews Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.a2rev.com/tips/how-to-add-verify-icon-before-number-of-reviews/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
