- Posts: 11
- Thank you received: 0
Top Menu text-transform
-
wesmolina
Inactive member - Topic Author
- New Member
Less
More
11 years 3 months ago #32494
by wesmolina
Top Menu text-transform was created 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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32498
by ivan.milic
Replied by ivan.milic on topic Top Menu text-transform
try:
text-transform:capitalize!important;
text-transform:capitalize!important;
Please Log in to join the conversation.
-
wesmolina
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 3 months ago #32518
by wesmolina
Replied by wesmolina on topic Top Menu text-transform
Not working yet
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 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
Less
More
- Posts: 11
- Thank you received: 0
11 years 3 months ago #32534
by wesmolina
Replied by wesmolina on topic Top Menu text-transform
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 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;
}
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.165 seconds