Change background of detail
-
- Phoca Newbie
- Posts: 5
- Joined: 09 Jan 2009, 17:56
Change background of detail
How can I change the background color in the detail. Now you see the texts not so good.
- Jan
- Phoca Hero
- Posts: 48743
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Change background of detail
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
-
- Phoca Newbie
- Posts: 5
- Joined: 09 Jan 2009, 17:56
Re: Change background of detail
Thanks it's working.
- Jan
- Phoca Hero
- Posts: 48743
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
- Jan
- Phoca Hero
- Posts: 48743
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Change background of detail
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
Jan


Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48743
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Change background of detail
Great, thank you for the information.
Jan
Jan
If you find Phoca extensions useful, please support the project