Page 1 of 1

Random images gets css style from template

Posted: 07 Jan 2011, 13:45
by nelis
Hi,

I'm trying to style the random image module, but I can't figure something out.

The Div class "phocagallery-box-file-second" also gets styles from the joomla template itself.
Is there a way to disable that?

Thanks in advance!

Re: Random images gets css style from template

Posted: 09 Jan 2011, 19:30
by Jan
nelis wrote:The Div class "phocagallery-box-file-second" also gets styles from the joomla template itself.
Is there a way to disable that?
Maybe you mean, it is styled by Phoca Gallery component.

But component or module have another ID, sou you can differentiate it with id, e.g.

#phocagallery ... .phocagallery-box-file-second
#phocagallery-module-ri ... .phocagallery-box-file-second

Jan