How to change font of an E-GOI / WP integration CSS code ready?

0

I'm new to the Web programming area and would love your help on a problem that came up here! (I've tried the support).

I've created a WordPress site where you have a contact form linked to E-goi so far so good, but seeing the font size of the button ("I Want to Schedule Now"), it became very small!

The page is this here:

  

link link

E-goi form code:

var _egoiLoaderMulti = _egoiLoaderMulti || [];
var _egoiLoaderValues = [];

_egoiLoaderValues.push(["_setForm", "9ebeDAje5q8N0H2the93d-c027"]);
_egoiLoaderValues.push(["_setList", "9"]);
_egoiLoaderValues.push(["_setResource", "0ce6ae0ea5282dae0d5957b75d7a02dd"]);
_egoiLoaderValues.push(["_setUrl", "http://mkt.bitcoinalx.com/"]);
_egoiLoaderValues.push(["_setType", "button"]);
_egoiLoaderValues.push(["_setColor", "#00ff00"]);
_egoiLoaderValues.push(["_setFontColor", "#ffffff"]);
_egoiLoaderValues.push(["_setText", "QUERO AGENDAR AGORA"]);
_egoiLoaderValues.push(["_setWidth", "320"]);
_egoiLoaderValues.push(["_setHeight", "348"]);
_egoiLoaderValues.push(["_setSubscriberCount", "false"]);
_egoiLoaderValues.push(["_setSubscriberLabel", "contatos"]);

_egoiLoaderMulti.push(_egoiLoaderValues);

(function() {
  var egoi = document.createElement("script"); egoi.type = "text/javascript"; egoi.async = true;
  egoi.src = "http://mkt.bitcoinalx.com/include/javascript/egoi.js";
  var e = document.getElementById("script_9ebeDAje5q8N0H2the93d-c027"); e.parentNode.insertBefore(egoi, e);
})();
<div id="a9ebeDAje5q8N0H2the93d-c027"></div>

<!--Paste this code where you want the button to appear-->
<div class="egoi_button" id="b9ebeDAje5q8N0H2the93d-c027"></div>

The question is: How to create an element to change only the font size of the "I want to schedule now" button?

    
asked by anonymous 19.10.2018 / 17:05

0 answers