- Thank you received: 0
Tab names upper case, how to change?
-
steve248
-
Topic Author
- New Member
-
Less
More
15 years 4 months ago #217
by steve248
Tab names upper case, how to change? was created by steve248
Hi,
By default the tab names are displayed in upper case text, how can i change this, i really want them to be in lower case with just the first letter a capital?
It is only a small thing but I think it spoils the uniformed look of my website as it is.
Thanks in advance...
By default the tab names are displayed in upper case text, how can i change this, i really want them to be in lower case with just the first letter a capital?
It is only a small thing but I think it spoils the uniformed look of my website as it is.
Thanks in advance...
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
15 years 4 months ago #218
by milos
Replied by milos on topic Re: Tab names upper case, how to change?
Hi,
Open file default.php, and edit around line 21, from:
to:
Open file default.php, and edit around line 21, from:
Code:
text-transform:uppercase;
to:
Code:
text-transform:none;
Please Log in to join the conversation.
-
steve248
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
15 years 4 months ago #226
by steve248
Replied by steve248 on topic Re: Tab names upper case, how to change?
Thanks, that is spot on.
Please Log in to join the conversation.
Time to create page: 0.164 seconds