Joomla.it Forum
Componenti per Joomla! => Gallerie di immagini => : mrprofil 22 Apr 2010, 14:44:06
-
thanks for this great joomla Componnent.
i am using the Ozio Accordion Skin. but just dont know where to change the text / title color. the is white, but my backgroud ist white to. unfortunately i cant to italian, to finde the answer in the forum. thanks again :-)
-
Hi,
To change the colour of the letters in the accordion skin, you should change the xml file. It is in the following folder:
joomla_root/components/com_oziogallery2/skin/accordion/
and once you open it with a single text editor or any other program you may use, you will see entries for each of the items in your gallery like:
<item link="" jpg="your_picture.jpg" title="your_title" color="0x000000" alphaColor="0"><![CDATA[your_title]]></item>
The color attribute is what you should change to have the color of your choice.
Best Regards,
Yannis
-
thanks for your answer.
i changed the "color="0x000000" in the xml file. to eg. 0x026DBB. but dont see any changes.
i checked the xml file. i can change the name of the & that works fine, but not the color.