Problem with CSS-Changes
Posted: 07 Aug 2012, 12:40
Hi,
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:
to:
But I still got the border around the single images, and my firebug-tells me that the css-does not change.
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
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