Hi,
how can I change the color in button "Learn More"?
Thank you.
.bigbutton { border: 2px solid red;
background: #FFC0CB !important;
color:#fff !important; }
.elmo .bigbutton { border: 2px solid red;
background: #D60000 !important;
color:#fff !important; }
a.bigbutton:hover {
background: blue !important;}
a.bigbutton:hover { border: 2px solid transparent;
background: #a3d6a9!important;}
input[type="button"] { background:blue }
input[type="button"]:hover { background: red }