We have updated from Joomla 2.5 to Joomla 3 and Phoca Gallery, as well.
Now we have some problems with parameters and font colors in catagory view. It always uses "element.style", but I can't find where to change that.
I have tried to change color / hover color via (custom) default.css and via phocagallery.css but it's not working. And I have tried to change box height via parameters, but it also doesn't work.
here is an example of the old version with Joomla 2.5 (scroll down to litlle images)
http://www.adm-electronic.de/produkte-2 ... -flat.html
and here the same article with new one Joomla 3 (scroll down to litlle images)
http://redesign.adm-electronic.de/produ ... -flat.html
And here are the css information from new Joomla 3 version:
Code: Select all
element.style {
height: 138px;
margin: 5px;
padding: 5px;
width: 118px;
}
*:before, *:after {
box-sizing: border-box;
}
*:before, *:after {
box-sizing: border-box;
}
.pgplugin1 {
background: none repeat scroll 0 0 #fcfcfc;
border: 1px solid #e8e8e8;
}
#phocagallery-pane .phocagallery-box-file, #phocagallery .phocagallery-box-file, .phocagallery-box-file {
float: left;
position: relative;
text-align: center;
}
* {
box-sizing: border-box;
}Thanks Katy

