Change background of detail

Phoca Download - download manager
brokie
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 09 Jan 2009, 17:56

Change background of detail

Post by brokie »

How can I change the background color in the detail. Now you see the texts not so good.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48743
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Change background of detail

Post by Jan »

Hi, this should be set by your template, if not, just add this into your template css code:

Code: Select all

/** overlib **/
.ol-foreground {
	background-color: #f0f0f0;
}
.ol-background {
	background-color: #d6d6d6;
}
.ol-textfont {}
.ol-captionfont {
	color: #ffffff;
	font-weight: bold;
}
.ol-captionfont a {}

.ol-closefont {}
If you find Phoca extensions useful, please support the project
brokie
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 09 Jan 2009, 17:56

Re: Change background of detail

Post by brokie »

Thanks it's working.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48743
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Change background of detail

Post by Jan »

ok
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48743
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Change background of detail

Post by Jan »

Hi, no idea, I don't know the template, but this should work for all templates. But maybe there is some other CSS which is loaded after these modifications and change it again :-( :idea:

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48743
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Change background of detail

Post by Jan »

Great, thank you for the information.

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