Help adding custom call-to-action button on homepage

Hello!

Ok, let me preface this by saying I realize this question has been asked and answered before, but none of the tutorials have worked for me, for some reason.

I have the Blockshop theme and am trying to add this button to my homepage:

<a href="#" class="myButton">SHOP OUR MEAT!</a> .myButton {
	background-color:#000000;
	border-radius:3px;
	border:2px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	padding:15px 13px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#000000;
}
.myButton:active {
	position:relative;
	top:1px;
}

Any help on how to go about this would be awesome! Thanks :slightly_smiling_face: