Page 1 of 1

Where to find / change element.style

Posted: 04 Dec 2014, 12:00
by Katy
Hi

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;
}
Can please someone help me how to solve that problem?!?

Thanks Katy

Re: Where to find / change element.style

Posted: 04 Dec 2014, 16:44
by Jan
Hi, are you using version 4.1.2?

If yes, does your template override the component output, it seems like yes, as Phoca Gallery adds this class:

class="pg-cv-name"

to the part you have described and it is formatted by CSS (template or Phoca Gallery CSS, does not matter)

Jan