Hey CreativeVallley,
first of all, thank you for the purchase!
The menu was envisaged in all-caps as a part of the Shogun’s design, thus there is no back-end function to make it lowercase; however, it is fairly easy to implement via an additional line of CSS, which you can add into the “Style: Add Custom CSS” tab of the Theme Options panel:
#nav-primary ul a, #icons-mobile .mobile-icons-title { text-transform: lowercase !important; }
or, if you want the menu items to be lowercase but capitalized:
#nav-primary ul a, #icons-mobile .mobile-icons-title { text-transform: capitalize !important; }
Please let me know if you have troubles implementing the code, I will be glad to help out!
Sincerely,
Andrii / Satori Studio