Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Menu

New Front EN Support Forums Shogun Theme Support Menu Reply To: Menu

#3580
mmsatori
Keymaster

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