Page 1 of 1

Image Border

Posted: 21 Oct 2009, 02:35
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;
}

Re: Image Border

Posted: 23 Oct 2009, 22:21
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

Re: Image Border

Posted: 02 Nov 2009, 19:25
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!

Re: Image Border

Posted: 05 Nov 2009, 17:02
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: