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 06:51, 16 May 2010 by Richard.krone (Talk | contribs)
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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:
XXXXX is substituted for whatever style color you are trying to change.
templates/ja_purity/css/styles/header/XXXXX/style.css
If you've been following the tutorial you can download a tutorial version of the template that installs to the following directory:
XXXXX is substituted for whatever style color you are trying to change.
templates/my_japurity/css/styles/header/XXXXX/style.css
Change:
#ja-search {
background: url(images/icon-search.gif) no-repeat center left;
}
To
#ja-search {
background: url() no-repeat center left;
}
