<?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>theme settings &#8211; Monimo reviews app</title>
	<atom:link href="https://site.monimo.app/knowledge-base/tag/theme-settings/feed/" rel="self" type="application/rss+xml" />
	<link>https://site.monimo.app</link>
	<description>Shopify Reviews Importer &#124; Photo Reviews</description>
	<lastBuildDate>Sun, 03 Apr 2022 17:33:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.10</generator>
	<item>
		<title>How to customize Rating Stars</title>
		<link>https://site.monimo.app/knowledge-base/how-to-customize-rating-stars/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Mon, 05 Jul 2021 19:39:30 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9598</guid>

					<description><![CDATA[The Rating star represents the rounded up average rate of the product. Upon installing Monimo includes the rating star code into your shop.  To customize your stars you can either use Monimo dashboard or to manually edit code.  How to change Rating star color? Monimo has yellow rating stars by default. Changing the color affects [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">The Rating star represents the rounded up average rate of the product. Upon installing Monimo includes the rating star code into your shop. </span></p>
<p><span style="font-weight: 400;">To customize your stars you can either use Monimo dashboard or to manually edit code. </span></p>
<h2><span style="font-weight: 400;">How to change Rating star color?</span></h2>
<p><span style="font-weight: 400;">Monimo has </span><span style="font-weight: 400;">yellow </span><span style="font-weight: 400;">rating stars by default. Changing the color affects all rating stars. </span></p>
<p><span style="font-weight: 400;">For customizing rating star color do the following:</span></p>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Go to Star rating Customization under Display reviews in Monimo Dashboard or to <a href="https://monimo.app/ali/admin/default/theme-settings.php?C=08e427d445f715c372a9215223cc403f&amp;d=5606615.2345.1385">Theme settings</a></span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Click on the color field next to ‘Icon color’ </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Drag the selector to choose the color for your rating stars</span></li>
</ol>
<p><img loading="lazy" class="full alignnone wp-image-10016 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/star-color.png" alt="" width="530" height="352" srcset="https://site.monimo.app/wp-content/uploads/2021/07/star-color.png 530w, https://site.monimo.app/wp-content/uploads/2021/07/star-color-300x199.png 300w" sizes="(max-width: 530px) 100vw, 530px" /></p>
<p><span style="font-weight: 400;">By default, Monimo presents the number of reviews next to the Rating stars in parenthesis. <img loading="lazy" class="full alignnone wp-image-9693 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/sss.jpg" alt="" width="240" height="35" /></span></p>
<p><span style="font-weight: 400;">Follow these instructions to customize the text that appears by the star ratings:</span></p>
<ol>
<li aria-level="1">Go to Shopify Theme Settings</li>
<li aria-level="1">Select ‘Actions’ menu and click on ‘Edit code’</li>
<li>Open the liquid file that you&#8217;ve added star ratings to (for product page usually usually product.liquid or product-template.liquid; for collection page usually product-grid-item.liquid / product-loop.liquid / product-info.liquid; for cart page usually usually cart.liquid or cart-template.liquid)</li>
<li aria-level="1"><span style="font-weight: 400;">Find this code: </span><span class="code-part" style="font-weight: 400;"><em>&lt;div id=&#8221;monimo_rate_6&#8243; product-id=&#8221;{{ product.id }}&#8221; data-pattern=&#8221;[rating] ([count] {reviews}) &#8220;&gt;&lt;/div&gt;</em></span></li>
<li aria-level="1">Replace the code with this one, if you want only rating to be visible: <span class="code-part" style="font-weight: 400;"><em>&lt;div id=&#8221;monimo_rate_6&#8243; product-id=&#8221;{{ product.id }}&#8221; data-pattern=&#8221;[rating] &#8220;&gt;&lt;/div&gt;</em></span><img loading="lazy" class="full alignnone wp-image-9696 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/s.png" alt="" width="222" height="59" /></li>
<li aria-level="1">Also, you can display only count, without rating: <span class="code-part" style="font-weight: 400;"><em>&lt;div id=&#8221;monimo_rate_6&#8243; product-id=&#8221;{{ product.id }}&#8221; data-pattern=&#8221;([count] {reviews}) &#8220;&gt;&lt;/div&gt;</em></span></li>
</ol>
<p><img loading="lazy" class="full alignnone wp-image-9699 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/st.png" alt="" width="280" height="60" /></p>
<p>7. If you want to display only stars, without count and rating, use this code <span class="code-part" style="font-weight: 400;"><em>&lt;div id=&#8221;monimo_rate_6&#8243; product-id=&#8221;{{ product.id }}&#8221; data-pattern=&#8221;&#8221;&gt;&lt;/div&gt;</em></span></p>
<p><img loading="lazy" class="full alignnone wp-image-11125 size-medium" src="https://site.monimo.app/wp-content/uploads/2021/07/star-rating-300x64.png" alt="" width="300" height="64" srcset="https://site.monimo.app/wp-content/uploads/2021/07/star-rating-300x64.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/star-rating-768x165.png 768w, https://site.monimo.app/wp-content/uploads/2021/07/star-rating.png 875w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><span style="font-weight: 400;">Translate the &#8220;reviews&#8221; text to any language you wish. Go to <a href="https://monimo.app/ali/admin/default/translation.php?C=d908a35de722aa73177f6c50da9c42dd&amp;d=5394159.2068.1456">Translation</a> tab in your Monimo dashboard and change review count text. </span></p>
<p class="contact-part">If you need any assistance, please <a href="https://site.monimo.app/contact-us/">contact our Support Team.</a> We’ll be more than happy to help you.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Customizing Review Widget Appearance</title>
		<link>https://site.monimo.app/knowledge-base/customizing-review-widget-appearance/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 17:52:41 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9577</guid>

					<description><![CDATA[Match your shop&#8217;s look by customizing review widget&#8217;s style, colors and impression. When making changes in Theme Settings you are affecting all review pages.  Layout Style Reviews can be arranged in two different lists &#8211; Basic and Side and two grids &#8211; Basic and Masonry. Side list is more compact, and Masonry grid has a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Match your shop&#8217;s look by customizing review widget&#8217;s style, colors and impression.</span></p>
<p><span style="font-weight: 400;">When making changes in Theme Settings you are affecting all review pages. </span></p>
<h2><span style="font-weight: 400;">Layout Style</span></h2>
<p><span style="font-weight: 400;">Reviews can be arranged in two different lists &#8211; Basic and Side and two grids &#8211; Basic and Masonry. Side list is more compact, and Masonry grid has a fun twist with review arrangement.</span></p>
<p><span style="font-weight: 400;">Layout style is responsive to devices so you can set the number of columns you want reviews placed in on each device type. Choose if reviews will be shown at all on different types of devices.</span></p>
<p><img loading="lazy" class="full alignnone wp-image-9806 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/layout1.png" alt="" width="504" height="411" srcset="https://site.monimo.app/wp-content/uploads/2021/07/layout1.png 504w, https://site.monimo.app/wp-content/uploads/2021/07/layout1-300x245.png 300w" sizes="(max-width: 504px) 100vw, 504px" /></p>
<h2><span style="font-weight: 400;">Display Reviews</span></h2>
<p><span style="font-weight: 400;">Display rates list as well as </span><span style="font-weight: 400;">the date and also choose desired date format.</span></p>
<p><span style="font-weight: 400;">Some additional information you can choose to include are Review Images, Avatar, Verified account, Country and Customer names. To perfect these you can customize the image size and the name format.</span></p>
<p><span style="font-weight: 400;">Set a limit for the maximum number of reviews per page.</span></p>
<p><img loading="lazy" class="full alignnone wp-image-11133 size-large" src="https://site.monimo.app/wp-content/uploads/2021/07/displayyy-1-1024x882.png" alt="" width="640" height="551" srcset="https://site.monimo.app/wp-content/uploads/2021/07/displayyy-1-1024x882.png 1024w, https://site.monimo.app/wp-content/uploads/2021/07/displayyy-1-300x258.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/displayyy-1-768x661.png 768w, https://site.monimo.app/wp-content/uploads/2021/07/displayyy-1-1536x1322.png 1536w, https://site.monimo.app/wp-content/uploads/2021/07/displayyy-1-2048x1763.png 2048w" sizes="(max-width: 640px) 100vw, 640px" /></p>
<h2><span style="font-weight: 400;">Theme customization</span></h2>
<p><span style="font-weight: 400;">Customize Theme, Icon and Avatar style.</span></p>
<p><span style="font-weight: 400;">There are two Theme Styles &#8211; light and dark.</span></p>
<p><span style="font-weight: 400;">Avatar image comes in three different styles Colorful, One color and Monimo icon.</span></p>
<p><span style="font-weight: 400;">Rating star icons come in many different and unique shapes. </span><span style="font-weight: 400;">Their color and alignment can also be customized. </span></p>
<p><img loading="lazy" class="full alignnone wp-image-9808 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/theme2.png" alt="" width="504" height="354" srcset="https://site.monimo.app/wp-content/uploads/2021/07/theme2.png 504w, https://site.monimo.app/wp-content/uploads/2021/07/theme2-300x211.png 300w" sizes="(max-width: 504px) 100vw, 504px" /></p>
<h2><span style="font-weight: 400;">CSS Editing</span></h2>
<p><span style="font-weight: 400;">In CSS Editing you can edit CSS code and further experiment with your shop’s look. </span></p>
<p><span style="font-weight: 400;">After adjusting everything to your likings don’t forget to ‘Save settings’.</span></p>
<p><span class="contact-part" style="font-weight: 400;">In case you need assistance with anything our <a href="https://site.monimo.app/knowledge-base/contacting-the-support-team/">Support Team</a> is more than happy to help.</span></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
