Page 2 of 2

Re: Background view details

Posted: 21 Jan 2018, 09:50
by berloy
Re, with a template completely grey it is necessary to change .highslide-dimming {background:transparent;
} by background: grey and everything works as wished. The tendency today for the sites of photos is the grey bottom to see: http: // milanhristev.com / or http: // www.philippepache.com / news.php?
It is a pity in Phoca (very good component besides) we cannot have access to this function of thorough change. Thank you again here is my essay on www.frederique-photo.com

Re: Background view details

Posted: 21 Jan 2018, 19:37
by christine
Hi Bernard,

1) just a compromise to previous transparent: To change it to:
div.highslide-dimming {
background:rgba(255,255,255,0.4);
}
you can change the: 0.4 also.

2) or:
same as above, but again background: transparent;
in addition:

/media/com_phocagallery/css/custom.css:

Code: Select all

div#phocagallery.pg-category-view.pg-cv {
background:#aaa;	
}
Kind regards
Christine

Re: Background view details

Posted: 21 Jan 2018, 22:28
by berloy
Hi, the problem is settled(adjusted). The site stays with a black background and the enlarged photos are on a grey bottom. Perfect. Thank you again: www.frederique-photo.eu

Re: Background view details

Posted: 21 Jan 2018, 23:48
by christine
That's fine & thank you for feedback.

Kind regards
Christine