Top Menu text-transform

  • wesmolina
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 7 months ago #32494 by wesmolina
Hi

I change
#nav ul li a {
font-size:13px;
text-transform:none;
font-weight:normal;
}

to
#nav ul li a {
font-size:13px;
text-transform:capitalize;
font-weight:normal;
}

And don´t work, What can I do ?

Best regards

Please Log in to join the conversation.

More
10 years 7 months ago #32498 by ivan.milic
Replied by ivan.milic on topic Top Menu text-transform
try:

text-transform:capitalize!important;

Please Log in to join the conversation.

  • wesmolina
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 7 months ago #32518 by wesmolina
Replied by wesmolina on topic Top Menu text-transform
Not working yet

Please Log in to join the conversation.

More
10 years 7 months ago #32524 by ivan.milic
Replied by ivan.milic on topic Top Menu text-transform
Send link then so we could check

Please Log in to join the conversation.

  • wesmolina
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 6 months ago #32534 by wesmolina

Please Log in to join the conversation.

More
10 years 6 months ago #32543 by ivan.milic
Replied by ivan.milic on topic Top Menu text-transform
#nav UL LI a{

is not what you want to alter style, you want

#nav LI a{

so you can just add at bottom of template_css.css:

#nav LI a{
text-transform:capitalize!important;
}
The following user(s) said Thank You: wesmolina

Please Log in to join the conversation.

Time to create page: 0.289 seconds
Powered by Kunena Forum