The following CSS code will hide the image names
1 2 3 4 5 6 7 8 |
.caption { display: none !important; } #envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td { display: none; } |
The following CSS code will hide the image names
1 2 3 4 5 6 7 8 |
.caption { display: none !important; } #envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td { display: none; } |
© 2022 CODEHAVEN