Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

How to add a border radius to filterable categories

To apply border radius on category filter we need to add a Custom CSS code.

Go to WordPress Dashboard >> Divi >> Theme Options >> Custom CSS >> add below code snippet.

.et_pb_blog_extras .el-dbe-filterable-categories
ul li a
{
border-radius: 7px;
}

Here you can change the 7px size according to your need.

Output