Hi dude,
In the flex grid mode, when I click a image, and the image will enlarge, and the file name of the image is shown above the image. Can I disable displaying the file name?
Thank you,
Ming
Hi dude,
In the flex grid mode, when I click a image, and the image will enlarge, and the file name of the image is shown above the image. Can I disable displaying the file name?
Thank you,
Ming
Hey,
add following code to css/custom.css:
div div.ppt {
display: none !important;
}
You must log in to post.