Page 1 of 1

User upload css

Posted: 04 May 2013, 18:04
by Sql
Hi,

I wanted to change the style of the user upload, and going through the documentation I changed it succesfully, except for the "dl.tabs dt" when I changed the code it remained the same.To be precise I tried many things but the white rectangle which is the tab in the menu still remains no matter what I do, I have only managed to set it as transparent so that it doesn't show, but I don't want it to be transparent I want to change the appearance of the tab.I don't know is it a bug, or am I doing something wrong ?

Another question is it possible to remove the icons in the tabs in user upload ?

Thank you

Re: User upload css

Posted: 07 May 2013, 19:32
by Jan
Hi, the icons needs to be removed directly in the php or you should set for them display:none in CSS.

The tabs are part of Joomla! so they are stylyzed by templates too and if the template css is loaded after Phoca Gallery CSS then it means, it can be overwritten then. Try to set !important rules for your style or try to see the temlate CSS :idea:

Jan

Re: User upload css

Posted: 20 May 2013, 01:21
by Sql
Thank you Jan,
I have resolved the tabs issue with the template, but could you tell me in which php file to edit the icons. :D
Thank you

Re: User upload css

Posted: 25 May 2013, 00:47
by Jan
Hi, which version you exaclty use?

Re: User upload css

Posted: 26 May 2013, 16:52
by Sql
Hi, I'm using 3.2.3 thank you

Re: User upload css

Posted: 04 Jun 2013, 19:13
by Jan
Hi, see:
components\com_phocagallery\views\user\tmpl\default.php
Jan

Re: User upload css

Posted: 09 Jun 2013, 01:42
by Sql
Thank you Jan