Change border for Menu price
-

KHParticipant
Hello,
Please provide the screen which price you mean? The price color is set in the Theme Settings > Styles and colors > Primary color and can be changed in the Advanced Typography. If it is a slider, it is changed in the styles of the slider.
Best Regards

KHParticipant
I talk about changing border style, not color? No need screenshot, there is only one border in your menu price page.

KHParticipant
Your border style is dot. How can I change to solid?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-menu-price .menu-price-details {
border-top: 1px solid rgba(146,146,146,.6);
}
Best Regards