Search Flexile Child Theme Documentation
Search for answers or browse our knowledge base.
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.
Go to WordPress Dashboard >> Divi >> Theme Options >> Custom CSS add here the below code snippet.
.product-categories .cat-item {
display: inline-block
}