J1.5

Customising the JA Purity template/customisations/Removing the Magnifying Glass Icon

From Joomla! Documentation

< J1.5:Customising the JA Purity template‎ | customisations
Revision as of 14:23, 15 May 2010 by Richard.krone (talk | contribs) (New page: The original JA Purity template was provided from JoomlArt.com as a zip but the latest files have been installed along with Joomla. The relevant file is in the following directory:<br /> <...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

The original JA Purity template was provided from JoomlArt.com as a zip but the latest files have been installed along with Joomla. The relevant file is in the following directory:

    templates/ja_purity/css/template.css

If you've been following the tutorial you can download a tutorial version of the template that installs to the following directory:

    templates/my_japurity/css/templates.css

Change:

#ja-search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;

To

#ja-search {
	padding-left: 20px;
	background: url() no-repeat center left;
	position: absolute;
	bottom: 15px;
	right: 0;