- Posts: 58
- Thank you received: 0
text-transform topmenu
-
leatherboy
Inactive member -
Topic Author
- Member
-
Less
More
11 years 11 months ago #27431
by leatherboy
text-transform topmenu was created by leatherboy
Hi .
In Flashes where could I change the topmenu text-transform from uppercase to none ?
In Flashes where could I change the topmenu text-transform from uppercase to none ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #27438
by ivan.milic
Replied by ivan.milic on topic text-transform topmenu
in template_css.php:
#topmenu_pad {
font-style: normal;
font-weight: normal;
text-transform:uppercase;
letter-spacing: normal;
line-height: 1.45em;
position:relative;
margin:2px auto;
height:542px;
width:960px;
background-position:0 0;
background-repeat:no-repeat;
background-color:transparent;
}
#topmenu_pad {
font-style: normal;
font-weight: normal;
text-transform:uppercase;
letter-spacing: normal;
line-height: 1.45em;
position:relative;
margin:2px auto;
height:542px;
width:960px;
background-position:0 0;
background-repeat:no-repeat;
background-color:transparent;
}
Please Log in to join the conversation.
-
leatherboy
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 58
- Thank you received: 0
11 years 11 months ago #27448
by leatherboy
Replied by leatherboy on topic text-transform topmenu
Hi Ivan.
I did exactly the same (as firebug display the code), but I put it in template_css.css.
Thanks
I did exactly the same (as firebug display the code), but I put it in template_css.css.
Thanks
Please Log in to join the conversation.
Time to create page: 0.188 seconds