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
User upload css
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: User upload css
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
Jan
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
Jan
If you find Phoca extensions useful, please support the project
-
Sql
- Phoca Newbie

- Posts: 9
- Joined: 11 Feb 2013, 00:02
Re: User upload css
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.
Thank you
I have resolved the tabs issue with the template, but could you tell me in which php file to edit the icons.
Thank you
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: User upload css
Hi, which version you exaclty use?
If you find Phoca extensions useful, please support the project
-
Sql
- Phoca Newbie

- Posts: 9
- Joined: 11 Feb 2013, 00:02
Re: User upload css
Hi, I'm using 3.2.3 thank you
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: User upload css
Hi, see:
components\com_phocagallery\views\user\tmpl\default.php
Jan
components\com_phocagallery\views\user\tmpl\default.php
Jan
If you find Phoca extensions useful, please support the project