Divi Theme Tips and Tricks

There are quite a few things in Divi theme that are not as easy to change as we wished.

One way to fix a lot of these problems is to use the Divi Booster plugin, but sometimes you also just want that small snippet of code or css to get the job done.

The following is a collection of these tips and tricks to help you achieve Divi greatest for yourself and your clients!

Remove Line From Sidebar

This is somewhat harder than it needs to be. Because it is added with a pseudo class :before.

Here is the css you need to add to either

  • your child theme style.css
  • or Theme Options, Custom CSS

#main-content .container:before {
width: 0;
}

Malcare WordPress Security