How to change Eduma Menu from uppercase to lowercase please?

How to change Eduma Menu from uppercase to lowercase??

you can do it by overwriting the css rule and use this code: text-transform: capitalize;

Otherwise how to contact an author to get support or for any technical query:

Thanks

Thanks for the response.

Could you please specify where exactly do you overwrite the code? I cannot figure out where exactly I have to put this code.
thanks

if you don’t know how to overwrite the css then better to contact author, they will assist you. you have to write the css into your theme css file and the css rule should go belongs to the specific menu css rule. Thanks

Hey @Robleh, is it possible for you to share the website link? I can provide you with the CSS code and you need to add it in your additional CSS section. To navigate to that section go to your WP Dashboard and navigate to Appearance>>Customise>>Additional CSS

Use this

.navigation .navbar-nav > li > a, .navigation .navbar-nav > li > span {
text-transform: capitalize;
position: relative;
padding: 11px 20px 29px;
}

DO NOT EDIT THE STYLESHEET - use the additional CSS as outlined by @shubhamc2211

Hi Shubhamc2211,
Thanks for the response.

wb link is www.oxtrc.com but it’s under maintenance mode now,

Hi charlie4282,
Awesome!!
It does work. Thank you very much for your help. I really appreciate.
Robleh

1 Like