<?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>Square Bullets Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/tag/square-bullets/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/tag/square-bullets/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://wpportfolio.com/wp-content/uploads/2019/04/cropped-WP-Portfolio-favicon-32x32.png</url>
	<title>Square Bullets Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/tag/square-bullets/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Change List Items Bullets to Square Bullets or Check Lists</title>
		<link>https://wpportfolio.com/change-list-items-bullets-to-square-bullets-or-check-lists/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Sun, 06 Mar 2022 18:30:00 +0000</pubDate>
				<category><![CDATA[DIVI Text Module]]></category>
		<category><![CDATA[Bullets]]></category>
		<category><![CDATA[Check Lists]]></category>
		<category><![CDATA[Square Bullets]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118984</guid>

					<description><![CDATA[<p>The post <a href="https://wpportfolio.com/change-list-items-bullets-to-square-bullets-or-check-lists/">Change List Items Bullets to Square Bullets or Check Lists</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h1>Simple Steps to Change List Item Bullets to Square Bullets or Check List or Any Icon of Your Choice</h1>
<p>Would you like to change your list items from regular bullets to some another icon and color of your choice? We can achive this by adding a few lines of CSS and assigning a class to the text modules.</p>
<p>In today&#8217;s example I am going to show you how to use square bullets instead of regular bullets for your list item. You can also change the bullet to a checklist or any other icon of your choice. Let&#8217;s see how this can be done.</p>
<h2>Example of a Square Bullet as your list Item</h2>
<p>Lets get started. You can change bullets to a square bullet in two ways.</p>
<h4>First : Using DIVI Options.</h4>
<p>Go to Text -&gt; Settings -&gt; Design Tab and Select the Bullets Tab as shown below</p>
<p><img fetchpriority="high" decoding="async" src="https://wpportfolio.com/wp-content/uploads/2022/05/Choose-Bullets-from-the-Text-Design-Options-300x283.jpg" width="300" height="283" alt="Choose Bullets from the Text Design Options" class="wp-image-119114 alignnone size-medium" style="display: block; margin-left: auto; margin-right: auto;" /></p>
<p>Next choose Square from the Unordered List Style Type as shown below. You can also change the color of the unordered list, but it will change the color of the bullet and the list item. If  you would like to change the color of the bullet only, then follow the second method below using CSS.</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" src="https://wpportfolio.com/wp-content/uploads/2022/05/Choose-Square-from-Unordered-List-Style-Type-300x280.jpg" width="300" height="280" alt="Choose Square from Unordered List Style Type" class="wp-image-119115 alignnone size-medium" style="display: block; margin-left: auto; margin-right: auto;" /></p>
<p>&nbsp;</p>
<p><strong>Example of  Square Bullets Using DIVI Text Options</strong></p>
<ul>
<li>Lorem Ipsum</li>
<li><span>Aut iure sint et</span></li>
<li><span>Cum fugit aspernatur sed</span></li>
<li><span>Non nihil esse a laborum</span></li>
<li><span>Et placeat minima id molestias</span></li>
</ul>
<h4>Second: Changing Bullet List Type to Square Using CSS</h4>
<p><strong>Step 1)</strong> Add the following CSS to your style.css if you are using a child theme or alternatively go to &#8211; DIVI -&gt; Theme Options &#8211; Custom CSS and add the CSS.</p>
<p><strong>Square Bullets CSS</strong></p>
<p>/** Start of Square Bullets **/<br />.square-bullets ul {<br />list-style-type: none!important;<br />}</p>
<p>.square-bullets ul li:before {<br />content: &#8216;\5e&#8217;!important;<br />color: #80000A;<br />font-family: &#8216;ETMODULES&#8217;!important;<br />margin-right: 8px;<br />margin-left: -20px;<br />}<br />/** End of Square Bullets **/</p>
<p><strong>Step 2)</strong> Assign the text module where you want to change the bullets to square bullets the class of square-bullets as shown in the image below.<br />You have to open the Text Module Settings -&gt; Advanced Tab  &#8211;&gt; CSS Class</p>
<p>&nbsp;</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_0">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="599" height="682" src="https://wpportfolio.com/wp-content/uploads/2022/03/Add-Class-to-Text-box-for-Square-Bullets.jpg" alt="Add Class to Text box for Square Bullets" title="Add Class to Text box for Square Bullets" srcset="https://wpportfolio.com/wp-content/uploads/2022/03/Add-Class-to-Text-box-for-Square-Bullets.jpg 599w, https://wpportfolio.com/wp-content/uploads/2022/03/Add-Class-to-Text-box-for-Square-Bullets-480x547.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 599px, 100vw" class="wp-image-119046" /></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_1 square-bullets  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h4>Here is how it should look after you assign the class:</h4>
<p><strong>Example of  Square Bullets</strong></p>
<ul>
<li>Lorem Ipsum</li>
<li><span>Aut iure sint et</span></li>
<li><span>Cum fugit aspernatur sed</span></li>
<li><span>Non nihil esse a laborum</span></li>
<li><span>Et placeat minima id molestias</span></li>
</ul></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2>Example of a Check List as your list Item</h2>
<p>Lets see one more example of adding a check-list instead of regular bullets to your list item.</p>
<p>Lets get started.<br />Step 1) Add the following CSS to your style.css if you are using a child theme or alternatively go to &#8211; DIVI -&gt; Theme Options &#8211; Custom CSS and the CSS.</p>
<p><strong>Check List CSS</strong></p>
<p>/** Start of Check List **/<br />.check-list ul {<br />list-style-type: none!important;<br />}</p>
<p>.check-list ul li:before {<br />content: &#8216;\e052&#8217;!important;<br />color: #80000A;<br />font-family: &#8216;ETMODULES&#8217;!important;<br />margin-right: 8px;<br />margin-left: -20px;<br />}<br />/** End of Check List **/</p>
<p>Step 2) Assign the text module for which you want to change the bullets to a check list a class of check-list as shown in the image below.<br />You have to open the Text Module Settings -&gt; Advanced Tab  &#8211;&gt; CSS Class</p>
<p>&nbsp;</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_1">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="597" height="678" src="https://wpportfolio.com/wp-content/uploads/2022/03/Add-Class-to-Text-box-for-Check-List.jpg" alt="Add Class to Text box for Check List" title="Add Class to Text box for Check List" srcset="https://wpportfolio.com/wp-content/uploads/2022/03/Add-Class-to-Text-box-for-Check-List.jpg 597w, https://wpportfolio.com/wp-content/uploads/2022/03/Add-Class-to-Text-box-for-Check-List-480x545.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 597px, 100vw" class="wp-image-119048" /></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_3 check-list  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h4>Here is how it should look after you assign the class:<br /><strong>Example of  a Check List</strong></h4>
<ul>
<li>Lorem Ipsum</li>
<li><span>Aut iure sint et</span></li>
<li><span>Cum fugit aspernatur sed</span></li>
<li><span>Non nihil esse a laborum</span></li>
<li><span>Et placeat minima id molestias</span></li>
</ul></div>
			</div><div class="et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Okay that&#8217;s how easy it really was! Adding some CSS and assigning the corresponding class to the text module. You are not limited to just the text module. You can add that class to the Blurb module or actually any DIVI module that has body text in the options.</p>
<p>Furthermore you can change the color of the bullet/check-list by changing the following CSS in the snippet provided.<br />color: #80000A;</p>
<p>You can also change the size of the bullet or check-list by adding the following CSS in the same snippet.  Adjust the font-size to your liking!</p>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true">
<p>font-size: 1.2em!important;</p>
<p>The other great thing is you are not limited to a square bullet or check-list as shown in my example here. You could replace it to any other icon like a star or a clip.<br />Check out the icon codes on the following website.</p>
</div>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true"><a href="https://www.elegantthemes.com/blog/resources/elegant-icon-font" target="_blank" rel="noopener">Elegant Themes Icon Codes</a></div>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true"> </div>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true">For eg. if you wanted to use a lightbulb, the icon for a lightbulb is <em>\e007</em></div>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true"> </div>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true">
<p>Just replace the following line of code in my snippet to replace the bullet by a light bulb like so:<br />content: &#8216;<em>\e007</em>&#8216;!important;</p>
<p>Thats all for this tutorial, I hope you found it helpful!</p>
</div>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true"> </div>
<div data-pm-slice="1 1 &#091;&#093;" data-en-clipboard="true">If you found this DIVI TIP helpful,do leave me a comment. For more such tips on WordPress and DIVI, check out my <a href="https://wpportfolio.com/divi-blog/">DIVI Blog</a>.</div></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>The post <a href="https://wpportfolio.com/change-list-items-bullets-to-square-bullets-or-check-lists/">Change List Items Bullets to Square Bullets or Check Lists</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
