I want the search textfield, but not the search button, so that people will use the "Enter" key to execute the search...
How can I achieve this? This is my site: http://www.nokoria.com
Thank you.
I want the search textfield, but not the search button, so that people will use the "Enter" key to execute the search...
How can I achieve this? This is my site: http://www.nokoria.com
Thank you.
quickest way is to addto the bottom of stylesheet_original.css.button_search {
display: none;
}
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
umm ... are customers smart enough to hit the enter key?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Originally Posted by Ajeh
Haha, I hope so...
The search button is not align with the textfiled, that's why I want to get rid of it... It looks simpler without that...
You can re-position the button using css, although exactly how you do it will depend on whether you are using image buttons or css buttons.Originally Posted by gems14k
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
BTW...
Your buttons CSS has a comma after .button_next on line 34 that throws an error.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Originally Posted by dbltoe
Wow... thank you again for catching that.
It works...Originally Posted by dbltoe
Thank you for the super fast respond...![]()
subb,
Depending on your version of Zen-Cart, you may not have that stylesheet.
You should be using your own template or the override system that would be in includes/templates/YOURTEMPLATE/css.
If you are using the classic template from an older version, it would be in includes/templates/classic/css.
Get a copy of TopStyle Lite and firefox with the web developer's extension to help with stylesheet editing.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.