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

#108900
Tom
Lead Developer
Lead Developer

It doesn’t look like you added the CSS provided here: http://generatepress.com/forums/topic/click-to-call-button-code-for-mobile-site/#post-105086

As for the button, you can adjust the colors with CSS as well:

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

/* Button color on hover */
.button:hover {
      background: #whatever;
      color: #whatever;
}