Search Divi Restro Menu Documentation
Search for answers or browse our knowledge base.
How to remove the line between the name and price
To remove line between name and price you need to add a code of snippet.
Go to WordPress Dashboard >> Divi >> Theme Options >> Custom CSS >> add below code snippet.
.el-drm-menu-item-price-divider
{
border-top: 0px !important;
}
Output: