How to Render Main Navigation Menu Categories to be Capitalized

Thank you Colorlib,

Is there any way to Capitalize the main navigation menu categories?

The site url is http://goo.gl/P52Vn1

Thannks for your help.

Hi @vicroland,

I hope you are well today and thank you for your question.

You can achieve this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

.navbar-default .nav.navbar-nav li a {
    text-transform: capitalize;
}

Best Regards,
Movin