Image Border

Phoca Gallery - image gallery extension
likestuff
Phoca Professional
Phoca Professional
Posts: 184
Joined: 18 Jul 2008, 03:06

Image Border

Post by likestuff »

I have the border for my images turned on in the CSS but I have one page that I don't want borders around the images. I add a Page Class Suffix to the menu and tried several variations to hide the border but it's not working, below is the last option that I tried but that too doesn't work, any suggestions?

Code: Select all

#phocagallery_PLogo a img,
#phocagallery-statistics_PLogo a img{
	border: none;
}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Image Border

Post by Jan »

Hi, Phoca Gallery doesn't set borders for images, so it means you need to change it in your template or other extensions which set borders for the image :idea:

Jan
If you find Phoca extensions useful, please support the project
likestuff
Phoca Professional
Phoca Professional
Posts: 184
Joined: 18 Jul 2008, 03:06

Re: Image Border

Post by likestuff »

Oh I thought using a "Page Class Suffix" would allow me to style the page as I wish :(

Is there anyway I can remove borders from a specific category by placing some code in phocagallery.css ?

Thanks!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Image Border

Post by Jan »

Hi, there is no such way, in Phoca Gallery there is img { border: 0} and there is no way how to different them :idea:
If you find Phoca extensions useful, please support the project
Post Reply