Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Change Text on Register / Login Page

    Hi,

    I am trying to Change the Register / Logon Page – I would like to just make it a little clearer so” Returning Customers: Please Log In” make the Text a lot bigger

    Then change “New? Please Provide Your Billing Information” and make the text bigger

    How can I do that ?

    Thanks

  2. #2
    Join Date
    Mar 2010
    Posts
    229
    Plugin Contributions
    0

    Default Re: Change Text on Register / Login Page

    Quote Originally Posted by psvialli View Post
    Hi,

    I am trying to Change the Register / Logon Page – I would like to just make it a little clearer so” Returning Customers: Please Log In” make the Text a lot bigger

    Then change “New? Please Provide Your Billing Information” and make the text bigger

    How can I do that ?

    Thanks
    This can be done via the stylesheet.css. If you are using firefox i would recommend getting the firebug addon as you can inspect the elements using this.

    I am using customer split login for my sites, so unfortunately I cant check for you without a link to your site.

  3. #3
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Change Text on Register / Login Page

    Quote Originally Posted by moesoap View Post
    This can be done via the stylesheet.css. If you are using firefox i would recommend getting the firebug addon as you can inspect the elements using this.

    I am using customer split login for my sites, so unfortunately I cant check for you without a link to your site.
    Many thanks i will download it and take a look

    in the meantime the site is www.quantumistic.co.uk

    Will taht also show me what page to Edit if i need to change some of the text on that page ?
    Last edited by psvialli; 6 Apr 2012 at 09:34 AM.

  4. #4
    Join Date
    Mar 2010
    Posts
    229
    Plugin Contributions
    0

    Default Re: Change Text on Register / Login Page

    Quote Originally Posted by psvialli View Post
    Many thanks i will download it and take a look

    in the meantime the site is www.quantumistic.co.uk

    Will taht also show me what page to Edit if i need to change some of the text on that page ?
    Returning Customers Please Sign In: Add this to your stylesheet.css and play around with the settings

    #loginForm fieldset LEGEND {
    font-size: large;
    font-weight: bold;
    }

    or for New? Please Provide Your Billing Information

    #createAccountForm fieldset LEGEND {
    font-size: large;
    font-weight: bold;
    }

    To find specific files to edit you need to use Developers Tool Kit by clicking on Tools -> Developers Tool Kit in Admin. I tend to use the last option in the tool kit, adding specific text that you are trying to find and selecting All Files Catalog/Admin and PHP/CSS for file type. This will then list all the files with those specific terms and then its just a simple process of elimination.

    You should really install firebug it will save you a lot of headaches.

 

 

Similar Threads

  1. Login/Register page
    By dddmx3 in forum General Questions
    Replies: 5
    Last Post: 8 Apr 2011, 08:12 PM
  2. Text colour on login /register page
    By mrkay in forum General Questions
    Replies: 7
    Last Post: 8 Apr 2011, 02:22 PM
  3. How to Change Color of Text in Login Page?
    By bratny in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 19 Jul 2010, 04:09 AM
  4. Change Login to Login/Register?
    By slow in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Nov 2007, 12:13 AM
  5. Text color changed in IE on login/register page
    By hankliu in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Dec 2006, 10:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •