Page 1 of 1

Icon instead of "download"

Posted: 26 Feb 2009, 23:44
by almamun
Hello, I want to user a download/details icon/image instead of text "Details", "Download".
How can I?

Actually I'm translating this component. If any visitor/user don't have our font installed, he cant read whether it is Download/Details. But to download fonts they need click. So I need changing those buttons to image.

Thanks for the nice component.

Re: Icon instead of "download"

Posted: 27 Feb 2009, 21:50
by Jan
Hi, then you need to change the background image, the images are saved here:
components\com_phocadownload\assets\images\

Jan

Re: Icon instead of "download"

Posted: 01 Mar 2009, 22:24
by almamun
I changed the images.But "download" text covers it. I tried excluding the text. Then the download image button would not work.

Re: Icon instead of "download"

Posted: 03 Mar 2009, 18:38
by Jan
Hi, then you need to customize the code:

- you should remove the css attribute for background image
- and instead of text you should paste some image (e.g. with help of image methods in Joomla!)

Jan