Hi,
Please try this code. You can place it inside your custom.css file or add it to Quick CSS located in Angular > Theme Options > Styles ... a text area at the bottom of that page.
#top.page .avia-button {
color: white;
background-image: initial;
background-repeat: initial;
background-position: initial;
-webkit-border-radius: initial;
-moz-border-radius: initial;
border-radius: initial;
border-style: initial;
border-width: initial;
border-color: initial;
background-color: initial;
}
.avia-button.light.custom.large :hover {
background-color: #F756BC !important;
}
I am not sure if this solution will work on all browsers. Please let me know once you have it installed so I can test it. The other options is to remove all the lines I have listed above that begin with 'initial' directly from the theme css files. It is on line 6 of shortcodes.css .in theme directory /css/
[Translated via Google: Por favor, intente este código. Usted puede colocar dentro de su archivo custom.css o añadirlo a CSS Quick situado en angular> Opciones> Estilos temáticas ... un área de texto en la parte inferior de la página.
No estoy seguro de si esta solución funcionará en todos los navegadores. Por favor, hágamelo saber de una vez lo tienes instalado para que pueda probarlo. Las otras opciones es eliminar todas las líneas que he mencionado anteriormente que comienzan con 'inicial' directamente de los archivos CSS del tema. Es en la línea 6 de shortcodes.css. Tema en el directorio / css /]
Nick