How can I delete website photo gallery from my page?

Q: I have a question. I want to remove the complete Visual LightBox from my Homepage, but I can´t find anything like Deleting this. Can you give me the answer?

A: You should remove Visual LightBox HTML code (head and body sections):

<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="engine/css/vlightbox1.css" type="text/css" />
<link rel="stylesheet" href="engine/css/visuallightbox.css" type="text/css" media="screen" />
<script src="engine/js/jquery.min.js" type="text/javascript"></script>
<script src="engine/js/visuallightbox.js" type="text/javascript"></script>
<!-- End VisualLightBox.com HEAD section -->


and

<!-- Start VisualLightBox.com BODY section id=1 -->
...
<!-- End VisualLightBox.com BODY section -->



Also, VisualLightBox generates "data" and "engine" folders. You should remove them from your server.

Related