How to find the css file to modify ,

Phoca Gallery - image gallery extension
frdt
Phoca Member
Phoca Member
Posts: 10
Joined: 28 Feb 2013, 10:31

How to find the css file to modify ,

Post by frdt »

HI
with the last version of phocagalley, customize style seams to be more difficult.
How to find witch file to customize ?
On this site : http://www.ccdsghardaia.org/phototheque ... /7-metiers
I want to have orange color as background of the detail image and that the description texte line are correctly be reterned at the end of line

thx
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49014
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: How to find the css file to modify ,

Post by Jan »

Hi, not sure what you exactly mean, there were no changes regarding styles.

You can add own styles to Phoca Gallery, e.g. custom.css so such file will be not overwritten by next version or you can set your styling direct into your template CSS.

the last loaded rule of CSS is valid, so mostly the last loaded CSS file is the one of the template - so you can add your changes to your template or create one specific for Phoca Gallery.

So adding:

Code: Select all

.pg-cv-name { color: orange}
to your template CSS makes the color orange

Image

Jan
If you find Phoca extensions useful, please support the project
Post Reply