How I can insert class="btn-big that appears in home> "header" in other modules of this template?
Thank you very much for your help
From Balearic Islands - Spain
.btn-big {
border-bottom: 4px solid #00bcf2;
background: none repeat scroll 0 0 #000;
border-radius: 7px;
color: #fff;
display: block;
font-size: 18px;
font-weight: bold;
height: 70px;
line-height: 70px;
margin: 0 auto 90px;
text-transform: uppercase;
transition: all 0.3s ease-out 0s;
width: 250px;
box-sizing: border-box;
text-align: center;
}
.btn-big:hover {
border-bottom: 4px solid #f21b23;
background: none repeat scroll 0 0 #000;
}