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