Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

create_account_success.php font size


midpen

Recommended Posts

Posted

I have changed all font from 10 to 12 in stylesheet.css. But create_account_success.php page looks still very small. Where to change it? Thanks.

Posted

Which part of the text are you trying to change?

 

The parts of the stylesheet in create_account_success.php are

TD.main

TD.pageHeadding

.infoBoxContents

Posted

I want to change the text in create_account_success.php page:

 

 

Congratulations! Your new account has been successfully created! You can now take advantage of member priviledges to enhance your online shopping experience with us. If you have ANY questions about the operation of our online shop, please email us.

 

A confirmation has been sent to your email address. If you have not received it within the hour, please contact us.

 

I have changed the TD.main, P.main font to 12. It is not controlled by this.

Posted

In create_account_success.php

               <td class="main"><?php echo TEXT_ACCOUNT_CREATED; ?></td>

Note <td class="main">

 

In catalog/includes/languages/english/create_account_success.php find

define('TEXT_ACCOUNT_CREATED', 'Congratulations! Your new account has been successfully created! You can now take advantage of member priviledges to enhance your online shopping experience with us. If you have <small><b>ANY</b></small> questions about the operation of this online shop, please email the <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">store owner</a>.<br><br>A confirmation has been sent to the provided email address. If you have not received it within the hour, please <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">contact us</a>.');

Note <small><b>ANY</b></small>

 

Make sure to refresh your page to get any changes in the stylesheet.

Posted

Thanks. But I still don't get it.

 

I already changed:

 

TD.main, P.main {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px; 
 line-height: 1.5;

AND

 

TD.smallText, SPAN.smallText, P.smallText {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;

 

The font in create_account_success.php page is still very small, looked only 10px. I refresh of course.

Posted

Thanks. I figured out. There was a font size code in create_account_success.php controlled this.

Glad you got it working.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...