Nav Bar links stuck In uppercase even thought it's turned off in header theme options

Hi, I’m working on a site and even though I’ve turned the uppercase option off in in header theme options, the nav bar links are still showing in uppercase. I’ve tried to add some CSS code to work around it, but that’s had no effect on it either.

.x-navbar .x-nav-wrap .x-nav > li > a {
  text-transform: none !important;
}

I’ll put the URL in a secure note as it’s on a temporary link.

Thanks!

Hi There @core365

Thanks for writing in! Your CSS rule is correct. Could you please try copying all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and see if you’re getting any CSS errors. You need to correct any CSS errors, so that your custom CSS will parse correctly.

Also if you’re using a caching plugin, make sure to purge your server cache and also clear your browser cache before testing.

Thanks!

Hi, I removed all my other CSS apart from what I showed you, saved it and cleared my cache and it’s still showing in uppercase!

Cheers

Hi @core365,

I see some CSS on the upper part of your site, looks like it’s broken. Your CSS is correct and I tried, but maybe the issue is from other CSS. Would you mind providing your admin login credentials in a secure note? I like to try it myself.

Thanks!

Hi @Rad, that would be great if you don’t mind doing that! I’ll put all the info in a secure note.

Thanks!

Hi,

I added this code and it seems to work.

.x-navbar .x-nav-wrap .x-nav > li > a {  
     text-transform:none !important;
}

Kindly check in your end,

Thanks

Yep, I can see that it’s worked! Thank you for that, it’s really appreciated!

Do you know when it will be fixed - the issue with the ‘uppercase’ function not being able to be turned off and also the breadcrumbs - same issue with that, it just won’t turn off!

Thanks!

Hi there,

We currently do not have an ETA when the update will be released but you should be able to get some information through our changelog when there is an update:

https://theme.co/changelog/

Thank you.

Ok, will do, ta!

Thanks for understanding :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.