How Can We Help?

Search for answers or browse our knowledge base.

< All Topics
Print

How to display product categories in a list format?

To display product categories as a list instead of a paragraph
Add the following CSS to Divi Theme Options to do this follow some simple steps:
Go to WordPress Dashboard >> Divi >> Theme Options >> Custom CSS >> add below code snippet.

.product-categories .cat-item {
display: inline-block
}