Background view details

Phoca Gallery - image gallery extension
berloy
Phoca Member
Phoca Member
Posts: 14
Joined: 10 Jan 2018, 21:38

Re: Background view details

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Background view details

Post 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
berloy
Phoca Member
Phoca Member
Posts: 14
Joined: 10 Jan 2018, 21:38

Re: Background view details

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Background view details

Post by christine »

That's fine & thank you for feedback.

Kind regards
Christine
Post Reply