Change the background color at Categories view

Phoca Gallery - image gallery extension
Zmade
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 16 Dec 2014, 17:24

Change the background color at Categories view

Post by Zmade »

Hello!

I have searched the internet and this forum also, but didn't found the right answer or solution. If there is a topic about this already, please give me a link and you can then close the topic.

Can somebody tell me, where I can change the background color at Categories view (List Of Categories (Categories View))?
Here is the image:
Image
I also tried to modify some css files already and didn't had success.
I would like to use the default background color of my website, not white.
In which css file I should add the background color code and which style that this will work?

In advance, thank you very much for your time, answers and help.

Phoca Gallery is a great gallery component and I'm using it for years now. ;)

Regards
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9122
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Change the background color at Categories view

Post by Benno »

Hi,
if you need help with css it's not possible without URL..

Kind regards,
Benno
christine
Phoca Hero
Phoca Hero
Posts: 2737
Joined: 28 Nov 2010, 17:20

Re: Change the background color at Categories view

Post by christine »

Hi,
I'm not sure, regardless of no link. .pg-csv-box {background-color:#000;}

regards, Christine

Hi Benno :|
pklinke
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 04 Jan 2015, 12:28

Re: Change the background color at Categories view

Post by pklinke »

Hi there,

first I want to wish you all a happy new year!

I have the same problem. All I've tried did not change the background color of the categories view. I also tried the tip from christine ".pg-csv-box {background-color:#000;}" but this does not change, too.

I searched and tried now for nearly a day. (url is http://pds.klinke.de/bilder-galerie.html).
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9122
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Change the background color at Categories view

Post by Benno »

@pklinke,
danke, Dir auch ein glückliches neues Jahr!
Die Hintergrundfarbe kannst Du hier verändern:
http://pds.klinke.de/media/com_phocagal ... efault.css
Zeile: 242

Code: Select all

.pg-cats-box {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), 0 0 7px 7px rgba(240, 240, 240, 0.2) inset;
    margin: 5px;
    padding: 10px;
}
Die Zeile background: none repeat scroll 0 0 #fff; entweder komplett auskommentieren, oder eine andere Farbe wählen.

Freundliche Grüße,
Benno
pklinke
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 04 Jan 2015, 12:28

Re: Change the background color at Categories view

Post by pklinke »

:D Vielen Dank, Benno!!

Danach habe ich die ganze Zeit gesucht.

Viele Grüße, Peter
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9122
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Change the background color at Categories view

Post by Benno »

Gerne!

Freundliche Grüße,
Benno
Post Reply