class="btn-big

GK User
Thu Dec 11, 2014 12:28 pm
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
User avatar
Fresh Boarder

GK User
Fri Dec 12, 2014 11:06 am
Hola,
it's possible but you have to use this custom CSS:
Code: Select all
.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;
}


How to use custom CSS - check footer link
User avatar
Platinum Boarder


cron