Re: Remove Registration Completely?
Do you mean you want the background to cover the whole screen behind the page, for the login page? You can style the body with
#loginBody {}
and it will only appear on that page. Note that other page elements that have backgrounds will cover this, so you may need to check those if you have problems with this.
Re: Remove Registration Completely?
Hello , is there any way to show banner behind login on whole page .. as here its only showing half-screen/page ...
www.quickpharmas.com
Re: Remove Registration Completely?
GREAT ! Can you fix that chrome thing !
Re: Remove Registration Completely?
I don't have Chrome, so can't advise on problems with it.
Re: Remove Registration Completely?
Okay .. i am pretty much interested in changing layouts ... can you suggest me how to find these classes for a particular web portions .. like logindefault .it changes the layout of login box ..
suppose i need to put a background colour in footer columns .. how can i do it in css ?
Re: Remove Registration Completely?
You need to study CSS and get a good uderstanding of how it works and what kind of rules/syntax to use. There are lots of places online for learning CSS, but that is not really on topic for here.
Firefox and its Web Developer or Firebug extensions will help you find the right elements, tags, etc. when you know what to look for.
Re: Remove Registration Completely?
Actually changing the layout may require editing PHP template files. There are some things CSS cannot do reliably, particularly in a dynamic site where the sizes of elements may change depending on circumstances.
Re: Remove Registration Completely?
Okay .. well i guess i have to learn the whole zen structure first .... time taking:ohmy: ..
Okay .. my next question is i want to show border for login boxes ..
and is there anything i can show inner color with gradient in css ?
Re: Remove Registration Completely?
You don't have to learn the whole Zen Cart structure to start making changes, but you do need to learn some CSS so you can understand how to restyle things rather than depending on other people for everything. This is a fundamental tool for website building, not restricted to Zen Cart.
Re: Remove Registration Completely?
Quote:
Originally Posted by
gjh42
You don't have to learn the whole Zen Cart structure to start making changes, but you do need to learn some CSS so you can understand how to restyle things rather than depending on other people for everything. This is a fundamental tool for website building, not restricted to Zen Cart.
I am making some changes .. but im stucked with chanding font color of the Heading of Boxes as MEMEBR LOGIN and NEW CUSTOMERS ...
is it with #loginDefault (Color:--- ) ?