Skip to content
Mc Starters Main Logo Circle
  • Home
  • CompanyExpand
    • About Us
    • Meet with Team
    • Media Assets
    • We’re Hiring
    • Offers
    • Sidebar Advertisement
    • Sponsored Post
    • Guest Posts
    • Link Insertion
    • Contact Us
  • Top CategoriesExpand
    • WooCommerce
    • Elementor
    • Webflow
    • Divi
    • WordPress
    • SEO
    • Payoneer Guides
    • Shopify Tutorials
    • Squarespace
    • Weebly
    • Wix
    • Website Builders
    • CRM
    • Payment
  • Tips and TricksExpand
    • AI
    • Business
    • Insurance
    • Resources
    • Review
    • Science and Technology
    • Windows 10
    • Windows 11
  • ServicesExpand
    • WordPress Web Design
    • Elementor Expert
    • Divi Theme Experts
    • Blog Setup
    • WordPress Customization
    • E-Commerce Websites
    • Crocoblock Expert
    • Hire Webflow Expert
  • Free TemplatesExpand
    • Elementor Templates
    • Elementor Header
    • Elementor Footer
    • Elementor Single Post Templates
    • Elementor Mega Menu
    • Divi Templates
    • Divi Header Layouts
    • Divi Footer Layout
  • Tools

Lifetime Pro Access to Elementor & Divi Templates

Grab deal
Mc Starters Main Logo Circle
Home / WordPress / How to Change and Create Custom Bullet Points in WordPress

How to Change and Create Custom Bullet Points in WordPress

Published By :Mudassar Shakeel February 19, 2024March 26, 2024 WordPress
Change and Create Custom Bullet Points in Wordpress

WordPress is a free open source blogging tool that helps the blogger to organize text. In WordPress, bullet points refer to a way of presenting information using unordered lists. Bullet points are small dots or symbols placed before each item in a list to create a visual hierarchy and make the content more scannable and organized.

WordPress also provides options to customize the appearance of bullet points. You can change the style, size, and color of the bullets by modifying the CSS (Cascading Style Sheets) of your WordPress theme or by using custom CSS plugins.

But In this post, We will show how to Change and Create Custom Bullet Points in WordPress. We do this with some lines of CSS snippets.

You Might Also Like: Elementor Template Kits

Change and Create Custom Bullet Points in WordPress to custom images

Step 1: Insert HTML block in Gutenberg Editor

Gutenberg Change Bullet Points in WordPress

Step 2: Copy and Paste below HTML snippet into HTML block

<ul>
  <li>SEO Is Important for Website</li>
  <li>WordPress Make Website Design Easy</li>
  <li> Shopify Use for E-commerce Website</li>
  <li>Wix is also Easy to Use with Drag and Drop Features</li>
  <li>Check Out Free Mc Starters Templates from mcstarters.com</li>
</ul>

					
				
Custom Image bullet point wordpress editor

Step 3: Upload icon image into media library. Get Image Here and recommend size is 16 x 16.

Custom Icon For Bullet Points

Step 4: Past Css code into Appearance > Customize > Additional CSS

ul.mc-bullet-list li {
list-style-image:url('#');
}

Step 5: Replace # with icon image URL. Check the preview in front.

Change bullet point WP

Note: If you want to change cross all websites then put this code.

ul li {
list-style-image:url('#');
}

Change and Create Custom Bullet Points in WordPress to Icons

If you want change bullet point into icon then you need to follow these steps. 

See also  How to change a bulleted list into checkmarks or any other icons in Divi?

Step 1: Follow the Step 1 & 2 to add bullet in Gutenberg editor then move to next step here.

<ul>
  <li>SEO Is Important for Website</li>
  <li>WordPress Make Website Design Easy</li>
  <li> Shopify Use for E-commerce Website</li>
  <li>Wix is also Easy to Use with Drag and Drop Features</li>
  <li>Check Out Free Mc Starters Templates from mcstarters.com</li>
</ul>
Custom Image bullet point wordpress editor

Step 2: We put icon using unicode. Unicode is like that . ” \2714” .  Get Unicode here. Copy any icon UniCode.

Free Icon Unicode WordPress

Step 3: Past Css code into Appearance > Customize > Additional CSS

ul.mc-bullet-list li {
list-style-type: none!important;
}
ul.mc-bullet-list li:before {
content: '\2714'!important;
color: green;
margin-right: 10px;
margin-left: -14px;
}
Custom css for bullet point wordpress

Note: If you want to change cross all websites then put this code.

ul li {
list-style-type: none!important;
}
ul li:before {
content: '\2714'!important;
color: green;
margin-right: 10px;
margin-left: -14px;
}

Video Tutorial

How to Change And Create Custom Bullet Points In WordPress

I hope you done this task easily but  if you still face problem then comment below we will help you asap.

Faq: Change and Create Custom Bullet Points in WordPress

How do I customize Bullets in WordPress?

You can customize bullets in WordPress with the help of custom CSS.

ul.mc-bullet-list li { list-style-type: none!important; } ul.mc-bullet-list li:before { content: '\2714'!important; color: green; margin-right: 10px; margin-left: -14px; }

.mc-bullet-list is class name.

Mudassar - WordPress Developer - get 50% off.

Post Tags: #create custom bullet points#WordPressTips

Best VPN Services Cheapest Hosting converkit convertkit Create Custom Header Credit Cards CRM Software customization tips Customize Elementor Styles Detailed Comparison divi guide divi tips Elementor Error Elementor Guide Elementor mega menu Elementor Pro Elementor Templates Elementor tips email marketing tools Hosting service Insurance Industry integrate Elementor Form Managed hosting Marketing tools comparsions mega menu design NordVPN payment tips Shopify speed optimization tips & trick tools for small business Top CRM System webflow guide Webflow Tips Website builder Website navigations Woocommerce tips WordPress wordpress developer WordPress developer USA Wordpress guide wordpress guides WordPress Maintenance services WordPress plugin Wordpress support

Facebook FacebookTwitter TwitterInstagram InstagramPinterest PinterestYouTube YouTube

© 2025 Mc Starters Blog

  • HTML Sitemap
  • XML Sitemap
  • Affiliate Disclosure
Scroll to top
  • Home
  • Company
    • About Us
    • Meet with Team
    • Media Assets
    • We’re Hiring
    • Offers
    • Sidebar Advertisement
    • Sponsored Post
    • Guest Posts
    • Link Insertion
    • Contact Us
  • Top Categories
    • WooCommerce
    • Elementor
    • Webflow
    • Divi
    • WordPress
    • SEO
    • Payoneer Guides
    • Shopify Tutorials
    • Squarespace
    • Weebly
    • Wix
    • Website Builders
    • CRM
    • Payment
  • Tips and Tricks
    • AI
    • Business
    • Insurance
    • Resources
    • Review
    • Science and Technology
    • Windows 10
    • Windows 11
  • Services
    • WordPress Web Design
    • Elementor Expert
    • Divi Theme Experts
    • Blog Setup
    • WordPress Customization
    • E-Commerce Websites
    • Crocoblock Expert
    • Hire Webflow Expert
  • Free Templates
    • Elementor Templates
    • Elementor Header
    • Elementor Footer
    • Elementor Single Post Templates
    • Elementor Mega Menu
    • Divi Templates
    • Divi Header Layouts
    • Divi Footer Layout
  • Tools
Facebook X Instagram YouTube Pinterest
Search