Re: Remove Registration Completely?
Code:
#loginDefaultHeading+.floatingBox+.floatingBox {float: none; margin: auto;}
To change text, search in Tools > Developers Toolkit for a distinctive part of the existing text, like
In order to continue
or
Welcome, Please Sign In
This will show the file and line number where the text is defined.
Re: Remove Registration Completely?
A GREAT HELP >> THANX ... I was wondering to put an image beside or over the box .. is it possiblle ? image of a lock or key ?
Re: Remove Registration Completely?
It hides but its useless when i click on login without entering user/pass it shows registeration form
Re: Remove Registration Completely?
Quote:
Originally Posted by
gjh42
Code:
#loginDefaultHeading+.floatingBox+.floatingBox {float: none; margin: auto;}
To change text, search in Tools > Developers Toolkit for a distinctive part of the existing text, like
In order to continue
or
Welcome, Please Sign In
This will show the file and line number where the text is defined.
Can you plzz tell me how to fix it ? and also add image to it ?
Re: Remove Registration Completely?
http://www.zen-cart.com/content.php?...-files-to-edit
When you have found the file, download it to your home computer, open in a good plaintext or file editor like Notepad++ (NOT Word), edit, save and reupload to the template override folder on the server. You can include <img> tags to show an image, or put the image in the background of the element with a stylesheet rule. The tutorials have more articles on the template system; read and follow them.
Re: Remove Registration Completely?
Hello , I want to add image in Login box with css , any ideas?
Re: Remove Registration Completely?
Identify the CSS class or id that applies to the login box, and add a background-image to that.
Re: Remove Registration Completely?
Quote:
Originally Posted by
gjh42
Identify the CSS class or id that applies to the login box, and add a background-image to that.
I know u are best at CSS works ... please help me .. quickpharmas.com // i want to get both the boxes in middle of the pageor screen ... change their position to down /// you have a code for it ?
Re: Remove Registration Completely?
can it be done by float loginbox ?
Re: Remove Registration Completely?