How to Create Curved Text Designs in Divi

Last Updated on September 18, 2022 by 6 Comments

How to Create Curved Text Designs in Divi
Blog / Divi Resources / How to Create Curved Text Designs in Divi
Play Button

If you are looking for a unique way to showcase text on a web page, knowing how to create curved text designs in Divi may come in handy. This kind of design would work for building custom graphics or creative header designs in Divi without having to use a photo editor. Usually this involves more complete html and css to accomplish, but with Divi, the custom CSS in minimal and you have so many more built in options to easily design your text in unique ways.

In this tutorial, We’ll show you how to create a couple of curved letter designs that you can use as a helpful template for your own purposes. If anything, you may add something new to your design toolbox for the future.

Let’s get started.

Sneak Peek

Here is a sneak peek of the curved text designs we will build in this tutorial.

divi curved text designs

divi curved text designs

divi curved text designs

Download the Letter Animation Design Examples Layout for FREE

To lay your hands on the curved text designs from this tutorial, you will first need to download it using the button below. To gain access to the download you will need to subscribe to our newsletter by using the form below. As a new subscriber, you will receive even more Divi goodness and a free Divi Layout pack every Monday! If you’re already on the list, simply enter your email address below and click download. You will not be “resubscribed” or receive extra emails.

To import the layout to your page, simply extract the zip file and drag the json file into the Divi Builder.

Let’s get to the tutorial shall we?

The Basic Idea Behind Creating Curved Text in Divi

To create curved text using the method in this tutorial, you need to add each letter of your text in a separate text module (you will want to use a monospaced font for best results). Give the text module a set height. Then you need to give each text module a centered absolute position so that they all stack on top of each other.

divi curved text designs

This is important because we want each letter to rotate from the same center point. After that you can use Divi’s transform options to rotate each letter along the z-axis to create the curved text (think of using a compass in math class to draw a circle). Also, notice that the height of each text module determines the circle radius which will also increase the circumference of the circle, and as a result more space between the letters.

Here is an example of 8 text modules being rotated by 45deg increments to create a perfect circle layout for the text. I’ve added a white border around each module so you can easily see the rotation.

divi curved text designs

And, here is an example of the same text modules being rotated in 20deg increments.

divi curved text designs

Getting Started

Subscribe To Our Youtube Channel

To get started, create a new page in Divi. Then give you page a title and deploy the Divi builder on the front end. Select the option “build from scratch”. Now you are ready to go!

Creating the Curved Text Design

Creating the Section and Row

First create a regular section with a one-column row.

divi curved text designs

Before we add our modules, go ahead and update the section settings as follows:

  • Background Gradient Left Color: #1e003d
  • Background Gradient Right Color: #121212
  • Gradient Type: Radial

divi curved text designs

  • Background Image: [insert image of logo around 100px by 100px]
  • Background Image Size: Actual Size

divi curved text designs

Save settings and then jump over to the row settings and update the following:

  • Gutter Width: 1
  • Width: 100%
  • Min Height: 400px
  • Height: 40vw
  • Max Height: 600px
  • Custom Padding: 0px top, 0px bottom

Then add the following custom CSS to the Column Main Element to make sure all text modules will remain horizontally centered:

Column Main Element CSS:

display:flex;
justify-content:center;

divi curved text designs

Creating the Text Modules for Each Letter

Now we are ready to add our first text module with our first letter. To do this add a new text module to the row column and update the following:

  • Content: d (just the single letter)
  • Text Font: Ubuntu Mono (any monospaced font will do)
  • Text Text Color: #ffffff
  • Text Text Size: 5vw (desktop), 40px (phone)
  • Text Orientation: center
  • Min Height: 200px
  • Height: 20vw
  • Max Height: 300px

divi curved text designs

Then update the transform origin to bottom. This is going to be important for determining where the rotation of the text happens. We want the text module to rotate at the bottom point of the module. Even though this first text module will not need to be rotated, it is important to add it here so that we can carry this option over whenever we duplicate the text module for the additional letters.

  • Transform Origin: 100% (or bottom)

Then add the following custom CSS to the Main Element to give the text module an absolute position.

position: absolute !important;

divi curved text designs

Creating and Rotating the Other Text Modules

To create the rest of the letters, we will be duplicating the text module. Once we duplicate the text module, all we will need to do is update the letter and then increase the rotation by 45deg with each new module.

Since the text modules will be stacked on top of each on the front end, it is best to use the wireframe view mode to make these updates.

Go ahead and duplicate the text module and then update the following:

  • Content: i
  • Transform Rotation z-axis: 45deg

divi curved text designs

Continue the process of duplicating the text module and then updating the text module with a new letter and increasing the transform rotation by 45deg. Here is a breakdown of the remaining 6 text module updates:

Text Module 3

  • content: v
  • Transform Rotation z-axis: 90deg

Text Module 4

  • content: i
  • Transform Rotation z-axis: 135deg

Text Module 5

  • content: d
  • Transform Rotation z-axis: 180deg

Text Module 6

  • content: i
  • Transform Rotation z-axis: 225deg

Text Module 7

  • content: v
  • Transform Rotation z-axis: 270deg

Text Module 8

  • content: i
  • Transform Rotation z-axis: 315deg

divi curved text designs

That’s it! Now check out the final result.

Final Result

divi curved text designs

divi curved text designs

Adjusting the Text size and degree of rotation for Longer Text

If you want to adjust the curved text for larger text design options, you can change the text size and transform rotation of each text module.

Deploy the wireframe view mode and then use Divi’s multiselect feature to select all of the text modules that contain the curved letters. Then click to open the settings of one of the selected text modules to open the element setting modal that will update all the selected modules at once.

divi curved text designs

Under the element settings, change the text text size to 40px on desktop.

divi curved text designs

Save settings and then open the settings for each of the text modules and update the letters and rotation for each. Leave the first text module with a 0deg rotation and then increase the z-axis rotation by 10 degrees for every text module that follows. Then duplicate the text module for even more letters as needed. In this example, I’m going to spell out “elegant.themes”.

Here is the breakdown of the content letter and rotation needed for each text module.

  • Text Module 1
    • content: e
    • Transform Rotation z-axis: 0deg
  • Text Module 2
    • content: l
    • Transform Rotation z-axis: 10deg
  • Text Module 3
    • content: e
    • Transform Rotation z-axis: 20deg
  • Text Module 4
    • content: g
    • Transform Rotation z-axis: 30deg
  • Text Module 5
    • content: a
    • Transform Rotation z-axis: 40deg
  • Text Module 6
    • content: n
    • Transform Rotation z-axis: 50deg
  • Text Module 7
    • content: t
    • Transform Rotation z-axis: 60deg
  • Text Module 8
    • content: .
    • Transform Rotation z-axis: 70deg
  • Text Module 9
    • content: t
    • Transform Rotation z-axis: 80deg
  • Text Module 10
    • content: h
    • Transform Rotation z-axis: 90deg
  • Text Module 10
    • content: e
    • Transform Rotation z-axis: 100deg
  • Text Module 11
    • content: m
    • Transform Rotation z-axis: 110deg
  • Text Module 12
    • content: e
    • Transform Rotation z-axis: 120deg
  • Text Module 13
    • content: s
    • Transform Rotation z-axis: 130deg

Here is the result so far.

divi curved text designs

An easy way to adjust the rotation of the entire text is to apply a transform rotate to the row. Open the row settings and and use the z-index control dial to position the curved text wherever you want it.

divi curved text designs

Here is the final design.

divi curved text designs

divi curved text designs

Feel free to explore adding more text and tweaking the degree of rotation to get the right spacing between letters. You can also adjust the height of the text modules to decrease or increase the radius.

Final Thoughts

Creating curved text designs in Divi is a pretty simple process once you understand how it works. This article should help you understand the geometry involved in setting up the text modules so that they rotate on a curve. And once you get the setup right, besides a few snippets of custom css, you can use Divi’s built-in design settings to get pretty creative. Hopefully this will give you a little inspiration for making some unique curved text designs of your own.

And, if you want to add some animation to your curved letters, check out our article on how to animate letters.

I look forward to hearing from you in the comments.

Cheers!

Divi Marketplace

Are You A Divi User? Find Out How To Get More From Divi! 👇

Browse hundreds of modules and thousands of layouts.

Visit Marketplace
Divi Marketplace
Divi Cloud

Find Out How To Improve Your Divi Workflow 👇

Learn about the new way to manage your Divi assets.

Get Divi Cloud
Divi Cloud
Divi Hosting

Want To Speed Up Your Divi Website? Find Out How 👇

Get fast WordPress hosting optimized for Divi.

Speed Up Divi
Divi Hosting
Premade Layouts

Check Out These Related Posts

Get a Free Coffee House Layout Pack For Divi

Get a Free Coffee House Layout Pack For Divi

Posted on April 22, 2024 in Divi Resources

Hey Divi Nation! Thanks for joining us for the next installment of our weekly Divi Design Initiative; where each week, we give away a brand new Layout Pack for Divi. This time around, the design team has created a beautiful Coffee House Layout Pack that’ll help you get your next Coffee House...

View Full Post
Get a Free Butcher Shop Layout Pack for Divi

Get a Free Butcher Shop Layout Pack for Divi

Posted on April 15, 2024 in Divi Resources

Hey Divi Nation! Thanks for joining us for the next installment of our weekly Divi Design Initiative; where each week, we give away a brand new Layout Pack for Divi. This time around, the design team has created a beautiful Butcher Shop Layout Pack that’ll help you get your next Butcher Shop...

View Full Post

6 Comments

  1. This curved text looking awesome, I will definitely try it when my client request me to play with text.

    I used your divi theme for many clients because many of my clients request me to use divi for their website project because they said they can easily manage most of the things from wordpress backend.

    Your divi theme is awesome. I hope to see more awesome features in future.

  2. appreciate The Basic Idea section, wish more of these how-to posts had a theory-of-operation included.

  3. Hello,
    Thank you for this tutorial accurate and well detailed.
    This type of display always gives good effects.
    Thanks also for sharing files.

    translate fr >> en

  4. Clever, Jason. Nicely done. thanks for sharing…

  5. Another quite creative and useful tutorial! Thanks a lot, Jason.

  6. Cool stuff. Thanks for sharing.
    So, is there a way to animate this text?
    I mean if one would like the text in your example
    to go from A to B in a 360 degree circle animated?

Leave A Reply

Comments are reviewed and must adhere to our comments policy.

Join To Download Today