Jump to content

Color botones!


carlos.diaz

Recommended Posts

Hola,

 

Lo tienes en este archivo: themes/leo_dolphin/css/global.css

 

Exactamente la línea 13689 

.btn {
    padding: 15px 35px;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    background: #0062B8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: none;
    font-weight: bold;
}

Tienes ese código y has de modificar el background por el color que desees.

 

Saludos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...