Background view details
-
- Phoca Member
- Posts: 14
- Joined: 10 Jan 2018, 21:38
Background view details
Hello, in a former version of phoca, we could change the background of labels as well as background of the "seen view details". Is it possible to do it on the version 4.3.9? Thank's
Tags:
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Background view details
Hi berloy,
current version is now: 4.3.10.
To change backgrounds etc. is possible with CSS entries. If you show us your site, it's much easier to give you some hints.
Because it belongs also which options/parameters of views etc. you are using.
Kind regards
Christine
current version is now: 4.3.10.
To change backgrounds etc. is possible with CSS entries. If you show us your site, it's much easier to give you some hints.
Because it belongs also which options/parameters of views etc. you are using.
Kind regards
Christine
-
- Phoca Member
- Posts: 14
- Joined: 10 Jan 2018, 21:38
Re: Background view details
OK, I made essays with a grey template and the result(profit) is the same, that is the opening of views details is made on the black while I wish some grey. In the version Phoca 2.x, in the tab theme we could change the background of the categories or the images.. Thank you for your advice.
www.frederique-photo.eu
www.frederique-photo.eu
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Background view details
Hi berloy,
in template-grey.css / line 194 & 7068 you have black color > #000;
For the detail view, you could try following. To add foll. code at the end of your template.css:
Kind regards
Christine
in template-grey.css / line 194 & 7068 you have black color > #000;
Code: Select all
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #aaaaaa;
background-color: #000000;
}
Code: Select all
.highslide-dimming {
background:transparent;
}
Christine
-
- Phoca Member
- Posts: 14
- Joined: 10 Jan 2018, 21:38
Re: Background view details
Thank's
The almost same result(profit), the view details is still with the black bottom...
regards,
Bernard
The almost same result(profit), the view details is still with the black bottom...
regards,
Bernard
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Background view details
Hi Bernard,
What do you mean with: "black bottom"? Where should be another "bottom"?
Above code belongs to black background.
Kind regards
Christine
What do you mean with: "black bottom"? Where should be another "bottom"?
Above code belongs to black background.
Kind regards
Christine
-
- Phoca Member
- Posts: 14
- Joined: 10 Jan 2018, 21:38
Re: Background view details
Excuse my English, I tried several templates and I have a black bottom in the enlargement of the photo in view details. As this screen shot.
En français (?) Je voudrais un fond gris à l'ouverture de l'affichage des détails...
En français (?) Je voudrais un fond gris à l'ouverture de l'affichage des détails...
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Background view details
Hi,
Can't see the 2nd code (previous post) in your template.css
Can't see the 2nd code (previous post) in your template.css
-
- Phoca Member
- Posts: 14
- Joined: 10 Jan 2018, 21:38
Re: Background view details
Re, I made the modifications in template-grey.css without convincing result. I do not understand what to do or the procedure does not suit. Sorry, thank you.
bernard
bernard
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Background view details
Hi bernard,
you changed the "body" (background-color) in template-grey.css to grey color. OK.
Add again this one:
in this file: .../components/com_phocagallery/assets/highslide/highslide.css
Kind regards
Christine
you changed the "body" (background-color) in template-grey.css to grey color. OK.
Add again this one:
Code: Select all
.highslide-dimming {
background:transparent;
}
Kind regards
Christine