Can you please let me know the css code as to how I can make the fixed navigation “text-transform: inherit;”
Thank you…
This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Can you please let me know the css code as to how I can make the fixed navigation “text-transform: inherit;”
Thank you…
Hello,
Use this css code:
.fixed-header-area .menu > li > a {
text-transform: inherit !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up