
Hi, I've made my first widget and wanted to change the style of some elements, such as a button but I can´t get any results.
My html code for the "Consulta" button of the image is:
<button type="button" class="boton" name="button" id="btnConsulta">Consulta</button>
and its css:
#boton {
left: 60px;
color: black;
}
Sorry but my level of developing widgets is low and I'm sure I'm making a lot of mistakes.
Thank you!