I'm working on a client's site with Joomla 1.56 incl. PhocaGallery 2.62.
Right now I'm trying to get some changes in the css-template, but Phoca doesn't apply the changes.
I changed the css from:
Code: Select all
.phocagallery-box-file {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #969696;
margin: 5px;
padding: 5px;
}
Code: Select all
.phocagallery-box-file {
background: none repeat scroll 0 0 #FFFFFF;
border: 0px;
margin: 5px;
padding: 5px;
}
I don't even have an idea where this css came from? On the server are no css-files with border: 1px solid #969696;
Where does it come from?
Would be great if someone can help me. It's my first time working with Phoca and it looks a little bit consfusing