<?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>DIVI Text Module Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/category/divi-text-module/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/category/divi-text-module/</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>DIVI Text Module Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/category/divi-text-module/</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>
		<item>
		<title>Center Align Text on Mobile View when using DIVI</title>
		<link>https://wpportfolio.com/center-align-text-on-mobile-view-when-using-divi/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Sat, 01 Feb 2020 08:58:00 +0000</pubDate>
				<category><![CDATA[DIVI Text Module]]></category>
		<category><![CDATA[Alignment]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Text Module]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=118673</guid>

					<description><![CDATA[<p>Your text is left aligned on the desktop and you want it centered only on the mobile? In this DIVI tip we will learn how to center the text on mobile using CSS.</p>
<p>The post <a href="https://wpportfolio.com/center-align-text-on-mobile-view-when-using-divi/">Center Align Text on Mobile View when using DIVI</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><strong>UPDATE (5 March 2022) :</strong> This tutorial was written a while back when DIVI did not have a built in Option to center aligning text differently on desktop, tablet and mobile.<br />With the new version, if your text is left aligned and you want to align it center on mobile, all you have to do is to go to the Text Module Settings &#8211;&gt; Design Tab and under Text Alignment &#8211; Choose Mobile and click on the Center align as shown in the image below. You could choose any combination for eg. Center on Desktop and left aligned on tablet and mobile if you want. </p>
<p><img loading="lazy" decoding="async" src="https://wpportfolio.com/wp-content/uploads/2022/03/Center-Align-Text-on-Mobile-DIVI-Options-251x300.jpg" width="251" height="300" alt="Center Align Text on Mobile DIVI Options" class="wp-image-118981 alignnone size-medium" style="display: block; margin-left: auto; margin-right: auto;" /></p>
<p>The following tutorial applies to only very old versions of DIVI.</p>
<p>Sometimes we want to align text to the center only on mobile. DIVI gives you options for aligning your text in the settings. The alignment that you choose will be same for desktop and mobile. But if you wanted your text alignment to be centered only on tablet and mobile, you can add a class to your text module and we will write some CSS to target the text module to change alignment on mobile.</p>
<p>&nbsp;</p>
<div id="attachment_118915" style="width: 1182px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118915" class="wp-image-118915 size-full" title="Left Aligned Header and Text on Desktop" src="https://wpportfolio.com/wp-content/uploads/2019/11/Left-Aligned-Header-and-Text-on-Desktop.jpg" alt="Left Aligned Header and Text on Desktop" width="1172" height="615" srcset="https://wpportfolio.com/wp-content/uploads/2019/11/Left-Aligned-Header-and-Text-on-Desktop.jpg 1172w, https://wpportfolio.com/wp-content/uploads/2019/11/Left-Aligned-Header-and-Text-on-Desktop-980x514.jpg 980w, https://wpportfolio.com/wp-content/uploads/2019/11/Left-Aligned-Header-and-Text-on-Desktop-480x252.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1172px, 100vw" /><p id="caption-attachment-118915" class="wp-caption-text">Left Aligned Header and Text on Desktop in DIVI</p></div>
<p>&nbsp;</p>
<p>Lets assign a class to the text module in DIVI. To do so, we will open the text module settings in the DIVI Visual Builder as shown below.</p>
<p>&nbsp;</p>
<div id="attachment_118916" style="width: 918px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118916" class="wp-image-118916 size-full" title="Module Settings in DIVI Visual Builder" src="https://wpportfolio.com/wp-content/uploads/2019/11/Module-Settings-in-DIVI-Visual-Builder.jpg" alt="Module Settings in DIVI Visual Builder" width="908" height="618" srcset="https://wpportfolio.com/wp-content/uploads/2019/11/Module-Settings-in-DIVI-Visual-Builder.jpg 908w, https://wpportfolio.com/wp-content/uploads/2019/11/Module-Settings-in-DIVI-Visual-Builder-480x327.jpg 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 908px, 100vw" /><p id="caption-attachment-118916" class="wp-caption-text">Open Module Settings in DIVI Visual Builder</p></div>
<p>&nbsp;</p>
<p>Next we will head over the Advanced Tab -&gt; CSS Class and assign a class called center-text-on-mobile as shown below.</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-118917 size-full" src="https://wpportfolio.com/wp-content/uploads/2019/11/Assign-a-Class-to-your-text-module.jpg" alt="Assign a CSS Class to your DIVI Text Module" width="380" height="519" srcset="https://wpportfolio.com/wp-content/uploads/2019/11/Assign-a-Class-to-your-text-module.jpg 380w, https://wpportfolio.com/wp-content/uploads/2019/11/Assign-a-Class-to-your-text-module-220x300.jpg 220w" sizes="(max-width: 380px) 100vw, 380px" /></p>
<p>&nbsp;</p>
<p>Save  changes to your text module and lets add our CSS to center the text on tablets and mobile.</p>
<h2>CSS to Center align the text on DIVI Contact Form</h2>
<p>To add the CSS, head over to your style.css in your child theme and paste the following CSS.<br />Alternatively you can also go to DIVI -&gt; Theme Options and paste the CSS in the Custom CSS box.</p>
<p>/* Center align text only on tablet and mobile */<br />@media (max-width:980px) {<br />.center-text-on-mobile .et_pb_text_inner,<br />.center-text-on-mobile .heading<br />{<br />text-align: center!important;<br />}<br />}</p>
<p>We are writing a media query here, to target only devices that are less than 980px. You can reduce the max-width:980px in the CSS above to 767px, if you want the text centered only on mobile (and not on tablet).</p>
<p>Now when you view your page on mobile the text should be centered as shown below.</p>
<p>&nbsp;</p>
<div id="attachment_118921" style="width: 430px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-118921" class="wp-image-118921 size-full" title="Center Aligned Text on Mobile" src="https://wpportfolio.com/wp-content/uploads/2019/11/Center-Aligned-text-on-mobile.jpg" alt="Center Aligned Text on Mobile" width="420" height="542" srcset="https://wpportfolio.com/wp-content/uploads/2019/11/Center-Aligned-text-on-mobile.jpg 420w, https://wpportfolio.com/wp-content/uploads/2019/11/Center-Aligned-text-on-mobile-232x300.jpg 232w, https://wpportfolio.com/wp-content/uploads/2019/11/Center-Aligned-text-on-mobile-400x516.jpg 400w" sizes="(max-width: 420px) 100vw, 420px" /><p id="caption-attachment-118921" class="wp-caption-text">Center Aligned Text on Mobile</p></div>
<p>&nbsp;</p>
<p>I hope you enjoyed this quick tip. For more DIVI TIPS and TRICKS do visit my <a href="https://wpportfolio.com/divi-blog/">DIVI BLOG</a>.<br />If you like to hire me for designing or editing your DIVI website, send me a message on my <a href="https://wpportfolio.com/contact-divi-freelancer/">contact page</a>.</p>
<p>&nbsp;</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2>Related Posts –</h2>
<ul>
<li><a href="https://wpportfolio.com/center-the-divi-footer-menu-and-bottom-bar-contents/">Center the DIVI Footer Menu and Bottom Bar Contents</a></li>
</ul></div>
			</div><div class="et_pb_module et_pb_comments_0 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_3 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_3">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><em>I would love to hear about how I can help you with your business website. I have a Masters in Computer Science from Pace University, New York. Having worked in the software industry for many years, I am now freelancing and have specialized in using the<a href="https://www.elegantthemes.com/gallery/divi/" target="_blank" rel="noopener noreferrer"> DIVI theme</a> from Elegant Themes, since the past eight years. Do have a look at my <a href="https://wpportfolio.com/portfolio/">portfolio</a> to view my other completed projects. Feel free to <a href="https://wpportfolio.com/contact-divi-freelancer/">contact me</a> and I will get back to you immediately.</em></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a href="https://wpportfolio.com/center-align-text-on-mobile-view-when-using-divi/">Center Align Text on Mobile View when using DIVI</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>
