Page 1 of 2

Background view details

Posted: 19 Jan 2018, 18:39
by berloy
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

Re: Background view details

Posted: 19 Jan 2018, 23:37
by christine
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

Re: Background view details

Posted: 20 Jan 2018, 14:15
by berloy
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

Re: Background view details

Posted: 20 Jan 2018, 17:12
by christine
Hi berloy,

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;
}
For the detail view, you could try following. To add foll. code at the end of your template.css:

Code: Select all

.highslide-dimming {
background:transparent;
}
Kind regards
Christine

Re: Background view details

Posted: 20 Jan 2018, 17:35
by berloy
Thank's
The almost same result(profit), the view details is still with the black bottom...
regards,
Bernard

Re: Background view details

Posted: 20 Jan 2018, 17:49
by christine
Hi Bernard,

What do you mean with: "black bottom"? Where should be another "bottom"?
Above code belongs to black background.

Kind regards
Christine

Re: Background view details

Posted: 20 Jan 2018, 18:06
by berloy
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...

Re: Background view details

Posted: 20 Jan 2018, 19:02
by christine
Hi,

Can't see the 2nd code (previous post) in your template.css

Re: Background view details

Posted: 20 Jan 2018, 22:11
by berloy
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

Re: Background view details

Posted: 20 Jan 2018, 23:04
by christine
Hi bernard,

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;
}
in this file: .../components/com_phocagallery/assets/highslide/highslide.css

Kind regards
Christine