Search Divi Restro Menu Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Replace ingredients separator (“|”) with comma

Add the above code to Divi>> Theme Options>>General>>Custom CSS

.el-drm-menu-item-ingredients li:not(:first-child):before {
    border-left: none;
    content: "";
    padding-right: 0;
}
.el-drm-menu-item-ingredients li:not(:last-child):after {
    content: ",";
    padding-right: 5px;
}

This will be the result…