ThemeForest

Major - Resume Template

How do I remove the photo area?

on the index.php page, remove the HTML below:

<div id="photo">
    <div id="overlay" />
    <img src="images/yourphoto.jpg" width="200" height="280" alt="Your Name" />
</div>

How do I remove the link target from showing in the print option?

Go to this file ”/styles/blueprint/print.css” and comment out or remove the last line:

a:link:after, a:visited:after {content:” (” attr(href) “)”;font-size:90%;}
by
by
by
by
by