Problem with CSS-Changes

Phoca Templates - templates for Joomla! CMS
unexplored
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 07 Aug 2012, 12:21

Problem with CSS-Changes

Post by unexplored »

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:

Code: Select all

.phocagallery-box-file {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #969696;
    margin: 5px;
    padding: 5px;
}
to:

Code: Select all

.phocagallery-box-file {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px;
    margin: 5px;
    padding: 5px;
}
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 :(
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with CSS-Changes

Post by Jan »

Hi, the background can be set in Parameters.

Jan
If you find Phoca extensions useful, please support the project
Post Reply