Dear Friends,
How to set background color for "Returning Customers: Please Log In" box?
Take Care
Sudha
Dear Friends,
How to set background color for "Returning Customers: Please Log In" box?
Take Care
Sudha
Add to the stylesheet:
#loginForm fieldset {background-color:#ff0000;}
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..
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
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?
i am using version 1.38a.
I customized it
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.
Thank you Stevesh,
Great help. it works... working page is here .. https://yellowpagesmall.com/store/in...2636752dffd8d7
Take Care
Sudha