mtnbiz Posted April 1, 2012 Share Posted April 1, 2012 I would like to change the phrases on the "Choose Options" and "Review and Checkout" pages, so that they start with capitalized letters. Currently everything is lowercase. I looked at the english.php file, but everything there had initial caps, and I can't find any .tpl pages with these terms... choose billing cycle configurable options available addons additional required information order summary your details payment method notes/additional information Where are these phrases and how can I capitalize them? Thanks in advance 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted April 1, 2012 Share Posted April 1, 2012 sounds like it might be the font you're using making them appear all lower case. Did you view the source on the page and see if they are actually all lower case? 0 Quote Link to comment Share on other sites More sharing options...
Damo Posted April 1, 2012 Share Posted April 1, 2012 It's appearing in lowercase because of a CSS reference. Edit the CSS file for the template you're using and remove the text-decoration attribute. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 1, 2012 Share Posted April 1, 2012 the text-decoration attribute. That applies to links, usually, and is for underline, strikethrough, even blink, but not text case AFAIK. Could you point to that declaration/definition that shows text case, please? (Pretty sure you mean "text-transform" here) 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 1, 2012 Share Posted April 1, 2012 Where are these phrases and how can I capitalize them? If you can't post the site link for us to look, one of the simplest ways to spot what's effecting it after the lang file would be to use Firefox and the Firebug extension. Using that you can see what's formatting it, usually, and even temporarily edit it live to be sure before making the change to your site's files. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted April 1, 2012 Share Posted April 1, 2012 If you can't post the site link for us to look, one of the simplest ways to spot what's effecting it after the lang file would be to use Firefox and the Firebug extension. Using that you can see what's formatting it, usually, and even temporarily edit it live to be sure before making the change to your site's files. Chrome, Safari, and Firefox all have built in inspectors now. I know Firefox didn't for a while and you had to use firebug, but thats no longer the case. Of course, firebug still works as well 0 Quote Link to comment Share on other sites More sharing options...
Damo Posted April 2, 2012 Share Posted April 2, 2012 That applies to links, usually, and is for underline, strikethrough, even blink, but not text case AFAIK. Could you point to that declaration/definition that shows text case, please? (Pretty sure you mean "text-transform" here) Yes, my bad. text-transform is the one 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 2, 2012 Share Posted April 2, 2012 Chrome, Safari, and Firefox all have built in inspectors now. I know Firefox didn't for a while and you had to use firebug, but thats no longer the case. Of course, firebug still works as well The built in firefox inspector is a poor replacement for firebug I found. Firebug does so much more... 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted April 2, 2012 Share Posted April 2, 2012 The built in firefox inspector is a poor replacement for firebug I found. Firebug does so much more... The 3D inspector is pretty nifty 0 Quote Link to comment Share on other sites More sharing options...
mtnbiz Posted April 2, 2012 Author Share Posted April 2, 2012 Thank you everyone for your help! I couldn't find "text-transform" on any existing stylesheet, so I added my own {text-transform:capitalize;} to the stylesheet for the "comparison" order form and now it looks great. The page, btw, was https://www.firstclasswebhosting.com/clients/cart.php?a=confproduct&i=1 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted April 2, 2012 Share Posted April 2, 2012 The built in firefox inspector is a poor replacement for firebug I found. Firebug does so much more... Yeah that's true. I love Firebug but recently they updated it to display only code that applies to Firefox when editing CSS. This is a nightmare as it strips out CSS gradient code for Internet Explorer etc 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.