Thanks guys, thanks for your help
I ended up adding the following to style.css to remove the Author and Date
.entry-meta {
display:none;
}
I also had to add these few lines of code to remove some horizontal rules left at the bottom.
.entry-meta-bar.clearfix {
display:none;
}
.default-wp-page.clearfix {
display:none;
}
If your theme uses standard coding you should search for these two tags and remove them.
I’m either looking in the wrong place or the theme doesn’t use standard coding because I cant find those tags any where. I am looking in the Attitude: Stylesheet (style.css)?