How to Create Divi Blurb Speech Bubble Rectangle Add Custom CSS

[sitemap]


Step 1: Add a blurb module
Step 2: Go into the blurb settings,
Click Content  -> Click Background color :red  (Not select your color)
Click Desing -> Spacing -> Padding : Bottom:10px | Left:25px | Right:10px (Not select your color)
Click Advanced: Click Custome CSS:

Main Element Holder Paste This CSS Code:


border-radius:10px;
After Holder Paste This CSS Code:

 border-radius:10px;
After Holder Paste This CSS Code:

 content:'';
 width:0;
 height:0;
 border-style:solid;
 border-color:transparent #e02b20 transparent transparent;
 border-width:20px;
 position:absolute;
 left:-40px;
 top:30px;

1 Comments

Previous Post Next Post