[wd_asp elements=’search’ ratio=’100%’ id=1]

Hide Envira Gallery Plugin image names/captions

19th October 2018

Wordpress - Miscellaneous

wordpress category

The following CSS code will hide the image names


.caption {
display: none !important;
}
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td {
display: none;
}