Reply To: click to call button code for mobile site

Home Forums Support click to call button code for mobile site Reply To: click to call button code for mobile site

Home Forums Support click to call button code for mobile site Reply To: click to call button code for mobile site

#108915
Jack Heape

I added this at the end of the current css file after the click to call button code.

/* Initial button state – replace #whatever with your desired color */
.button,
.button:visited {
background: #04B404;
color: #000000;
}

/* Button color on hover */
.button:hover {
background: #04B404;
color: #000000;
}
It did not work.