Page 1 of 1

Hide or delete date

PostPosted: Mon Apr 15, 2013 7:36 pm
by azicit
How do I hide or delete the Date on my images. Cant find anything in my css is this built into Pbase? Can I edit it?

Re: Hide or delete date

PostPosted: Tue Apr 16, 2013 2:02 am
by enjayel
You can batch process images and make the date blank (or delete the contents for a single image).. but this will not remove the info from the Exif..
If you want to completely remove it , you will need to upload with that field removed in the exif (or with no exif)
cheers
nancy

Re: Hide or delete date

PostPosted: Tue Apr 16, 2013 4:59 am
by mardoli
azicit wrote:How do I hide or delete the Date on my images. Cant find anything in my css is this built into Pbase? Can I edit it?


Hello !
As Nancy stated rightly above the info about the date of your picture won’t be removed from the Exif, but if you want to hide the date of your photos without deleting it singularly from every photo of without selecting all the photos of every gallery and making the case blank you might do it modifying your CSS.
Add this line of code and the dates of all the photos of the galleries where you adopt that CSS will be invisible
Code: Select all
#image .date
{
display:none
}


Best

Marisa