How Can We Help?
Search for answers or browse our knowledge base.
How to remove the line between name and price
To remove the line between the 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-menu-divider
{
border-top: 0px !important;
}
Output: