Apr 27, 2020 | WordPress

How to create gradient borders in Divi with examples

Divi provides multiple modules in its page builder to design better websites. And each module comes with the border design option. However, this option only allows users to create color borders. If you want gradient borders for almost every element then this post from Elegant Themes, won’t help. Therefore, I’m going to share CSS snippet that can help you to create gradient borders, not in Divi but everywhere.

Let’s create some gradient borders, easy!

Create gradient borders in the Divi theme

To add gradient border on a particular module, go to its Advanced tab, and inside Custom CSS >> Main Element settings add below CSS.

 

border-image-slice: 1 !important;
border: 10px solid;
border-image-source: linear-gradient(90deg,#F92C7A 0%,#e1db18 100%) !important;

You can change the border size and gradient accordingly.

Gradient borders examples

Below are some examples of the gradient borders created around Image, CTA, and Blurb module using the same CSS snippet.

Human Creativity

Creativity doesn’t wait for that perfect moment. It fashions its own perfect moments out of ordinary ones.

WordPress

WordPress is the most popular CMS on internet. It is third most used technology for web development the popularity of WordPress based on.

Future Technology

It has become appallingly obvious that our technology has exceeded our humanity.

Artificial Intelligence

Humane technology starts with an honest appraisal of human nature. We need to do the uncomfortable thing of looking more closely at ourselves.

You can also use this CSS snippet to add a gradient border outside the Divi theme interface. To accomplish that, all you have to do is assign a class to the element, and write above CSS into that class.

Summary

Above, I’ve shown you how you can create gradient borders for Images, CTA, and Blurbs using the CSS mentioned in this post. Similarly, you can also create gradient borders for other elements of the Divi theme.

If you got any views regarding this post or how to gradient borders other than this method, then share them in the comment section. And don’t forget to subscribe to our newsletter to receive the latest updates about Divi customization and our premium products.

Posted By:
Karan
Karan loves making web beautiful with his keen eyes toward design.

5 Comments

  1. Anna

    Is there a way to do this border in a row?

    Reply
  2. David

    How can I have just the border on the right?

    Reply
  3. Roisin O'Flaherty

    Hey this is a great tutorial and it is actually working for me!

    Is there a way to add border-radius to the border?

    Reply
    • Karan

      You could try the below CSS.

      border: double 10px transparent;
      border-radius: 30px;
      background-image: linear-gradient(white, white), linear-gradient(90deg,#F92C7A 0%,#e1db18 100%) !important;
      background-origin: border-box;
      background-clip: content-box, border-box;

      Reply
  4. Clim

    A while ago I was still searching for a long time on how to make these gradient borders.
    Unfortunately that function is not standard in Divi.
    Thank you 👍🏼!

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

5 Comments

  1. Anna

    Is there a way to do this border in a row?

    Reply
  2. David

    How can I have just the border on the right?

    Reply
  3. Roisin O'Flaherty

    Hey this is a great tutorial and it is actually working for me!

    Is there a way to add border-radius to the border?

    Reply
    • Karan

      You could try the below CSS.

      border: double 10px transparent;
      border-radius: 30px;
      background-image: linear-gradient(white, white), linear-gradient(90deg,#F92C7A 0%,#e1db18 100%) !important;
      background-origin: border-box;
      background-clip: content-box, border-box;

      Reply
  4. Clim

    A while ago I was still searching for a long time on how to make these gradient borders.
    Unfortunately that function is not standard in Divi.
    Thank you 👍🏼!

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

What Is the Divi Carousel Image, and Why Do You Need It?

What Is the Divi Carousel Image, and Why Do You Need It?

The Divi carousel image module can be used to showcase products, services, portfolio, categories, and projects in real time. It can be used to create a slider of different forms to increase the interactivity on the website. The Divi carousel image feature is more...

5 Best Search Result Page Plugins for Divi

5 Best Search Result Page Plugins for Divi

Among many important features of a website is an underrated search feature, which can be a game changer for the better SEO of your website. In a survey, it is reported that around 94% of online users say that for them, easy navigation is the most important website...

How to Develop a Digital Strategy for Your Small Business in 2025

How to Develop a Digital Strategy for Your Small Business in 2025

Your small business can boom if you know the right way to introduce this to the world. Strategizing digitalization in a business is the latest technique to achieve success. Why? Let me share with you some valuable data that will convince you to jump into the digital...

Divi WooCommerce Extended