Plugins

DiviMenus

DiviMenus - $39.20

A powerful menu builder that brings the coolest designs and popups to Divi!

Floating DiviMenus

Floating - $7.20

Choose the Pages and the Location to float your DiviMenus!

Sharing DiviMenus

Sharing - $7.20

A DiviMenus add-on that brings the coolest Social Sharing buttons to Divi!

DiviMenus On Media

On Media - $7.20

Display DiviMenus on Images & Videos to add stunning Media options!

DiviSignatures

DiviSignatures - $15.20

Design Email Signatures with Divi and paste them into your Mail Settings!

DiviPasswords

DiviPasswords - $7.20

Password Protect sections, rows, columns and modules with Divi!

DonDivi

Layouts

Check these awesome layouts out. Already a DonDivi user? Download them from your account area!

Extra Tools

DonDivi plugins also include Exclusive Extra Tools to help you. Save money and forget additional plugins!

DonDivi

About us

We create premium tools for improving your creativity and simplifying the way to design stunning websites.

Special Bundle!

DiviMenus & Family

DiviMenus & Family - $69

This stunning Bundle includes the DiviMenus plugin and its 3 new Add-ons:
Floating + Sharing + On Media.

Members

Log in

Access your downloads, layouts and support. If you have purchased at Elegant Themes > Register.

Documentation

Access all the detailed information about our plugins and get the most out of them!

FAQ & Support

Already a DonDivi user? Send us a ticket from your user area and we will reply as soon as possible.

Contact us

👋 It’s The Divi
Anniversary Sale!

Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

GET THE DEAL BEFORE IT’S GONE!

Replacing Divi Blurbs Icons with Numbers

The Divi Blurb module allows to display both Images and Icons but does not include Numbers.

We show you this handy trick that will allow you to choose certain Icons that will actually show Numbers.

Divi Blurb uses the “ETmodules” font-family to display Icons so we can change the font-family via CSS and then the Icons selected from the module will display Numbers instead.

Then we only have to choose the Icons equivalent to the desired Numbers!

Replacing Icons by Numbers

Paste this into Blurb → Advanced → CSS Class:
num-blurb
By assigning this CSS Class only to the module you want to modify, you will prevent these styles from being applied to other modules on the same page.
Paste this into Page Settings → Advanced → Custom CSS:
.num-blurb.et_pb_blurb .et-pb-icon {
font-family: "Poppins"!important;
}
.num-blurb .et_pb_main_blurb_image {
text-align: center!important;
}

Replacing Icons by Numbers inside a Circle

Paste this into Blurb → Advanced → CSS Class:
num-blurb
By assigning this CSS Class only to the module you want to modify, you will prevent these styles from being applied to other modules on the same page.
Paste this into Page Settings → Advanced → Custom CSS:
.num-blurb.et_pb_blurb .et-pb-icon {
font-family: "Poppins"!important;
font-size: 30px;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
}

How to find font-family names for CSS

In this example we are using the “Poppins” font. If you want to use a different font, just define a different font-family to your liking.

Learn to find out the name of a font-family:

👉 “How to see what font a website is using”

🥳 That’s it!

Want to create all kinds of Lists even more easily?

👉 Subscribe to our YouTube channel

More Videos