Posted - 06/03/2019 : 17:55:23
Hi Bill,
To change the colour go to ectstyle2.css and on line 1302 look for the following and change the background colour value
input.askaquestion, input.emailfriend{ background:#2868B2; color:#fff; height:21px; border:0; border-radius:4px; font-size:12px; cursor:pointer; font-family:FontAwesome, sans-serif; }
To change the button colour on mouseover go to line 1315
input.askaquestion:hover, input.emailfriend:hover{ background:#1BABF1; }
Will - Bolton Manchester UK
I've just realised I am showing pre-sales questions and I will update my subscription in the next few weeks
Edited by - V45 on 06/03/2019 18:10:59
|