Possible to have Displaying Style as image only?

Phoca Gallery - image gallery extension
tiabradford
Phoca Member
Phoca Member
Posts: 12
Joined: 11 Mar 2011, 19:54

Possible to have Displaying Style as image only?

Post by tiabradford »

Hello,

I see from the control panel options that it is possible to have the categories display with category text link and images, but there is no option to have just the images display without the category text to the right. Is this at all possible? My image already has the name of the category in it so it looks redundant. Thanks.
tiabradford
Phoca Member
Phoca Member
Posts: 12
Joined: 11 Mar 2011, 19:54

Re: Possible to have Displaying Style as image only?

Post by tiabradford »

Found out how to do this changed the css to:

#phocagallery .category {
display: none;
}

#phocagallery .small {
display: none;
}
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10081
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Possible to have Displaying Style as image only?

Post by Benno »

Ok.
Kind regards,
Benno
Post Reply