Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2009
    Posts
    11
    Plugin Contributions
    0

    Default Login Page Customisation

    Dear Friends,

    How to set background color for "Returning Customers: Please Log In" box?

    Take Care
    Sudha

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Login Page Customisation

    Add to the stylesheet:

    #loginForm fieldset {background-color:#ff0000;}

  3. #3
    Join Date
    Nov 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Login Page Customisation

    Version 1.38

    Sorry for late replay.
    after adding css code
    #loginForm FIELDSET {background-color:#ff0000;}
    it is not showing.. pleas look at attached image..
    Attached Images Attached Images  

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Login Page Customisation

    Quote Originally Posted by nsrao View Post
    Version 1.38

    Sorry for late replay.
    after adding css code
    #loginForm FIELDSET {background-color:#ff0000;}
    it is not showing.. pleas look at attached image..
    That's because you used all CAPS on fieldset. The calls for the div's ARE case-sensitive!
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Nov 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Login Page Customisation

    Thank you for your quick response.

    I changed it to lower case but the background color not displyed

    the link is here.. https://yellowpagesmall.com/store/in...2636752dffd8d7

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Login Page Customisation

    You don't have the #loginForm id which is in the stock Zencart installation.

    What version of Zencart is that, and where did you get the template?

  7. #7
    Join Date
    Nov 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Login Page Customisation

    i am using version 1.38a.
    I customized it

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Login Page Customisation

    This file has been changed for 1.3.9. You might compare it to your copy to see what changes were made:

    includes/templates/template_default/templates/tpl_login_default.php

    These lines at least are different:


    Line #42 : <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL'), 'post', 'id="loginForm"'); ?>

    Line #67 : <?php echo zen_draw_form('login', zen_href_link(FILENAME_LOGIN, 'action=process', 'SSL'), 'post', 'id="loginForm"'); ?>

    and you'll need that loginForm part at the end to style that box differently from the rest.

  9. #9
    Join Date
    Nov 2009
    Posts
    11
    Plugin Contributions
    0

    Default Re: Login Page Customisation

    Thank you Stevesh,

    Great help. it works... working page is here .. https://yellowpagesmall.com/store/in...2636752dffd8d7

    Take Care
    Sudha

 

 

Similar Threads

  1. Replies: 3
    Last Post: 15 May 2014, 05:35 PM
  2. How to disable split-login? I prefer vertical login page.
    By ericgu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jan 2011, 09:14 PM
  3. when I just try to login I am still returned to the login page
    By buildingblocks in forum Upgrading from 1.3.x to 1.3.9
    Replies: 14
    Last Post: 23 Jul 2010, 11:16 PM
  4. New pages and page specific customisation
    By acummins in forum Templates, Stylesheets, Page Layout
    Replies: 23
    Last Post: 24 Feb 2010, 11:17 PM
  5. Media Manager page layout Customisation
    By jahype in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Feb 2008, 03:24 AM

Posting Permissions

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