How to Add Custom Bullet Point Symbols on Your Squarespace 7.1 Website

Bullet points are a great way to structure content, but the default design in Squarespace can be limiting. With a little CSS, you can replace those generic bullets with custom symbols that better fit your brand. In this guide, we’ll show you how to implement unique bullet point symbols on your Squarespace 7.1 website.

Why Customize Bullet Points in Squarespace?

Custom bullet points can:

  • Make your content visually engaging

  • Improve readability

  • Align with your brand aesthetics

  • Enhance user experience

By using CSS, you can swap out standard bullets for icons like arrows, stars, diamonds, and more.

 
 

The CSS Code to Add Custom Bullet Points

To customize bullet points on Squarespace 7.1, use the following CSS code snippet:

ul[data-rte-list] li>*:first-child::before {
    content: "\272A" !important;
}

Custom Bullet Point Symbols Grid

 

Step-by-Step Guide to Adding Custom Bullet Points

Step 1: Access Custom CSS in Squarespace

  1. Log into your Squarespace account.

  2. Navigate to Design > Custom CSS.

  3. Copy and paste the CSS snippet above.

  4. Replace the Unicode symbol in the content property with your preferred one from the grid.

  5. Click Save to apply the changes.

Step 2: Test Your Custom Bullets

  • Refresh your website.

  • Create a list in a text block to see the updated bullet points.

Step 3: Further Customization (Optional)

Want to style the bullet points even more? Add properties like color and size:

ul[data-rte-list] li>*:first-child::before {
    content: "\272A" !important;
    color: #FF5733; /* Change bullet color */
    font-size: 18px; /* Adjust bullet size */
}

Replace #FF5733 with your preferred hex code and adjust the font size as needed.

 

Where to Use Custom Bullet Points

  • Service pages: Highlight features or benefits.

  • Pricing tables: Differentiate pricing tiers.

  • About pages: Emphasize key brand values.

  • Blogs: Improve readability of list-based content.

Want More Website Tips?

Join our Passport Club Email List and get access to:

Need Help Customizing Your Squarespace Website?

We offer professional Squarespace design services to help small business owners build beautiful, functional websites.

💻 Custom Squarespace Website Design
🎨 Custom Branding Design
🖼️ Monthly Graphic Design Support Services
🔧 Monthly Squarespace Website Support Services


Other Blog Articles You May Like


Explore More Blogs from The Growth Passport

Previous
Previous

How to Remove Automatic Hyphens in Squarespace 7.1

Next
Next

How to Hide Social Media Icons on the Mobile Menu in Squarespace 7.1