Change the Google Map Cluster Icon in Divi Machine Multi-Pin Maps

Easy

CSS

Machine

Details

Google Map Clusters are a great feature in Google Maps which can enrich your Divi Machine Maps with multiple pins in a cluster. This snippet shows you how to change the look of your Google Map Clustered Pins in Divi Machine. We use a combination of images and CSS filters to customize the look, so dig in below for more details on how to use this Divi Snippet.

CSS for various filters can be found here: https://developer.mozilla.org/en-US/docs/Web/CSS/filter#syntax

Snippets Demo

Code

1

Description:
This code will change the image. Change the example image URL in the code with one that you have uploaded in your media library.

Language: CSS

Where to add: Divi Theme Options

                        .et_pb_map div[style*="background-image"][style*="markerClusterer/m"][style*=".png"] {
    background-image: url(https://picsum.photos/56) !important;
}
                    
2

Description:
This CSS will keep the same icon but will change the hue of it.

Language: CSS

Where to add: Divi Theme Options

                        .et_pb_map div[style*="background-image"][style*="markerClusterer/m"][style*=".png"] {
    filter: hue-rotate(73deg);
}
                    
3

Description:
You can combine multiple filters like this.

Language: CSS

Where to add: Divi Theme Options

                        .et_pb_map div[style*="background-image"][style*="markerClusterer/m"][style*=".png"] {
    filter: hue-rotate(73deg) grayscale(5%) contrast(10) saturate(.8);
}
                    
4

Description:
This CSS lets you change the color of the number to white. Change "white" to any hexadecimal or accept CSS colors.

Language: CSS

Where to add: Divi Theme Options

                        .et_pb_map div[style*="background-image"][style*="markerClusterer/m"][style*=".png"] {
    color: white !important;
}
                    
5

Description:
You can combine the filters and text color in a single CSS block.

Language: CSS

Where to add: Divi Theme Options

                        .et_pb_map div[style*="background-image"][style*="markerClusterer/m"][style*=".png"] {
   filter: hue-rotate(73deg) grayscale(5%) contrast(10) saturate(.8);
    color: white !important;
}
                    

Related Snippets

Explore more from Divi Engine

Divi Form Builder

Divi Form Builder

From simple contact forms to complex frontend post or product creation, Divi Form Builder has you covered.

Divi Form Builder
Find out more
Divi Machine

Divi Machine

Build complex websites that displays dynamic fields you can filter, search and so much more with the Divi Builder.      

Divi Machine
Find out more
Divi BodyCommerce

Divi BodyCommerce

A versatile toolkit for developers using Divi and WooCommerce together, designed to boost your e-commerce site and achieve greater conversion rates.    

Divi BodyCommerce
Find out more
Divi Handoff

Divi Handoff

Let clients update content without touching the Divi Builder. Design layouts once, connect them to Flexible Content fields, and give editors simple forms for text, images, and sections.

Divi Handoff
Find out more
Divi Loop Extender

Divi Loop Extender

Unlock the Full Power of Divi 5 Loop Builder Add advanced sorting, filtering, and relationship logic right inside the Visual Builder.

Divi Loop Extender
Find out more
Divi Membership

Divi Membership

Monetize your Divi websites by transforming them into membership sites with seamless subscription management, user-friendly interfaces, and customizable membership tiers.

Divi Membership
Find out more
Divi Machine Accounts

Divi Machine Accounts

Build an account area for your customers to edit their details, access wishlist, submitted posts and more. *Note: Requires Divi Machine installed and active

Divi Machine Accounts
Find out more
Divi Ajax Filter

Divi Ajax Filter

Filter WooCommerce, Posts & Custom Posts without reloading the page.    

Divi Ajax Filter
Find out more
Divi Mobile

Divi Mobile

Divi Mobile helps you create beautiful looking mobile menus without having to code.

Divi Mobile
Find out more
Divi Nitro

Divi Nitro

Give your Divi website that extra boost of speed with our Divi Nitro plugin to enhance your customer's experience.

Divi Nitro
Find out more
Divi Protect

Divi Protect

Password protect the content of your Divi website with our Divi Protect plugin. Keep unwanted eyes out!

Divi Protect
Find out more
Divi Mega Menu

Divi Mega Menu

Create stunning, responsive, and content-rich mega menus using the Divi Builder you already know. No coding required.  

Divi Mega Menu
Find out more