Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

How to add a border to the filterable category in Divi Blog Extras?

To add a border to the filterable category in Divi Blog Extras, follow these steps:

  1. Go to your Divi Theme Options in the WordPress dashboard.
  2. Navigate to the Custom CSS section.
  3. Paste the following CSS code:
ul.el-dbe-post-categories li a {
    border: 2px solid #000;
}

Save the changes.