Page 1 of 1

Hide part of image description

Posted: 10 Jun 2011, 11:18
by oleo80
Hi all!
If you need to hide part of image description when displaying thumbnails and show the full description when displaying the picture, I've the solution!
First of all, let's modify the CSS: assets/phocagallery.css
add this:

Code: Select all

#phocagallery div.phocaimgdeschtml span.myhiddendesc{
	display: none;
}
Then you have to write the hidden text inside this code:

Code: Select all

<span class="myhiddendesc">
YOUR HIDDEN DESCRIPTION
</span>
That's it. Enjoy!

Re: [Solved] Hide part of image description

Posted: 10 Jun 2011, 16:36
by Jan
Hi, thank you for this guide.

Jan