To change the text-transform of the main menu links you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .woodmart-navigation .item-level-0>a {
text-transform: none;
}
If you want to ask anything else then provide with some relevant screenshots of the specific area to check it myself and help you out accordingly.