Page 1 of 1

Customizing the user interface which shows on frontend

Posted: 11 Feb 2013, 00:15
by Sql
Hi there, :)
I am new here and I have a few questions
1)is it possible to change the color of the user interface because it is white and I want it to be black..
2)is it possible to change the text in the user interface in the menu for example "subcategories", and some other things not to show in the interface, so to cut the story short I want different things to show/hide in the user interface..

Sql :)

Re: Customizing the user interface which shows on frontend

Posted: 13 Feb 2013, 19:55
by Jan
Hi,
1) you can customize it per CSS but depends exactly where you want to change it - try to use e.g. firebug to see which classes you need to change
2) the same, just set it in CSS (some parts like this text are not stylized by Phoca Gallery so you need to stylize them in your template CSS)

Jan

Re: Customizing the user interface which shows on frontend

Posted: 13 Feb 2013, 21:55
by Sql
Thank you Jan, but I don't want to stylize the text, but to change it, for example it says "subcategory" and I want it to say for example "your album" or something else and I want that change to be permanent so when I change it, that it stays like that for any user on the site..
Sql

Re: Customizing the user interface which shows on frontend

Posted: 14 Feb 2013, 01:25
by Jan
Hi, you can change the strings in language file, see where it is located:
https://www.phoca.cz/documents/46-transl ... -in-joomla
Jan

Re: Customizing the user interface which shows on frontend

Posted: 15 Feb 2013, 03:24
by Sql
Thank you Jan